index
:
bitlbee
develop
install-dev
master
patched-3.4.1
patched-master
scram
server-time
set-account
tagged_msg
twitter-reconnect
personal fork of github.com/bitlbee/bitlbee
Marius Halden
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
set.c
Commit message (
Expand
)
Author
Age
Lines
*
Reindent everything to K&R style with tabs
Indent
2015-02-20
-133
/
+145
*
set_setint: use g_strdup_printf instead of relying on a char s[24];
dequis
2015-01-16
-4
/
+4
*
Replace isdigit/isalpha/.../tolower/toupper with glib variants
dequis
2015-01-16
-1
/
+1
*
Fix incorrect Free Software Foundation address
Matej Cepl
2015-01-16
-2
/
+2
*
Keep settings lists sorted. It's already sorted somewhat, but in unclearly
Wilmer van der Gaast
2013-02-21
-4
/
+18
*
Make it easier to add OAuth-authenticated accounts without having to type
Wilmer van der Gaast
2011-12-21
-21
/
+7
*
Merging non-SASL authentication patch from #863. This also implements
Wilmer van der Gaast
2011-12-07
-0
/
+8
*
Merging killerbee stuff, bringing all the bleeding-edge stuff together.
Wilmer van der Gaast
2010-06-07
-9
/
+24
|
\
|
*
Added set_eval_list which I will need for the Purple module now to make QQ
Wilmer van der Gaast
2010-03-12
-0
/
+15
|
*
Fixed account cleanup (use remove, not destroy) and now using user's account
Wilmer van der Gaast
2009-10-11
-8
/
+8
|
*
Copy all the string/bool/int account settings with their defaults to
Wilmer van der Gaast
2009-10-11
-1
/
+1
*
|
buddy_sendbuffer should be renamed, since it has to work for users and
Wilmer van der Gaast
2010-06-06
-3
/
+5
*
|
One total mess that doesn't do much yet, but reorganised some stuff and
Wilmer van der Gaast
2010-03-26
-0
/
+2
|
/
*
Clearer feedback after set/account set commands.
Wilmer van der Gaast
2008-08-24
-2
/
+4
*
Added SET_INVALID, which set evaluators should now return instead of NULL
Wilmer van der Gaast
2008-08-24
-4
/
+18
*
Changed charset handling: irc_t keeps two iconv structures, which are just
Wilmer van der Gaast
2008-03-30
-15
/
+0
*
Fixed handling of "set charset none". Fixes bug #373.
Wilmer van der Gaast
2008-03-21
-1
/
+1
*
Added (account) set -del.
Wilmer van der Gaast
2007-11-17
-0
/
+9
*
Removed boolean code from set_getint() and added bits of help to set.h.
Wilmer van der Gaast
2007-02-26
-3
/
+0
*
set_eval_int() was pretty broken...
Wilmer van der Gaast
2006-10-22
-2
/
+2
*
set_eval_int() now allows negative integers.
Wilmer van der Gaast
2006-10-15
-0
/
+4
*
Added message on successful creation of accounts and fixed "set password"
Wilmer van der Gaast
2006-08-25
-1
/
+1
*
Added "account set" command.
Wilmer van der Gaast
2006-07-01
-6
/
+12
*
Made set.c API more generic so it's not specific to irc_t structures anymore,
Wilmer van der Gaast
2006-06-30
-65
/
+56
*
Added random_bytes() function for better/more reliable randomization and
Wilmer van der Gaast
2006-06-28
-0
/
+14
*
Fixed various memory leaks/other possible problems after code review.
Wilmer van der Gaast
2006-05-15
-1
/
+5
*
Updates copyright headers of files that were changed in 2005 too.
Wilmer van der Gaast
2005-11-12
-1
/
+1
*
Initial repository (0.99 release tree)
0.99
Wilmer van der Gaast
2005-11-06
-0
/
+221