63
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 23 hours ago.
May 19, 2023 — May 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added "add -tmp" command, which you can use to temporary add a buddy to your list, like the handle_unknown=add setting does.
Wilmer
as Wilmer van der Gaast
More... about 18 years ago
Added/Fixed calls to show_got_added() in all IM-modules, now to fill in that call. (It should ask the user if he/she wants to add a buddy to his/her list.)
Wilmer
as Wilmer van der Gaast
More... about 18 years ago
Format string problem in cmd_block/allow.
Wilmer
as Wilmer van der Gaast
More... about 18 years ago
Complete fix for #113: a->reconnect does *not* contain a GLib source ID, oops...
Wilmer
as Wilmer van der Gaast
More... about 18 years ago
List header for "account list" in mode +b.
Wilmer
as Wilmer van der Gaast
More... about 18 years ago
Tested and fixed one issue, and got rid of one more superfluous iconv call.
Wilmer
as Wilmer van der Gaast
More... about 18 years ago
Finished the iconv() fix. Instead of doing it every time something goes from or to the IM-modules, it's now just done with everything that goes between BitlBee and the user. Incomparably more efficient/reliable. Plus some more cleanups. It compiles, can't test it for real yet. ;-)
Wilmer
as Wilmer van der Gaast
More... about 18 years ago
irc_vawrite() does charset conversion now. Next step: Do it for incoming IRC traffic, and get rid of most other iconv() calls.
Wilmer
as Wilmer van der Gaast
More... about 18 years ago
Cut-and-paste considered harmful.
Wilmer
as Wilmer van der Gaast
More... about 18 years ago
Removed some unused stuff from nogaim.h, preparing to fix some API issues there.
Wilmer
as Wilmer van der Gaast
More... about 18 years ago
Made configure quiet when it can't find bzr, and added repository nick to generated version number.
Wilmer
as Wilmer van der Gaast
More... about 18 years ago
More work on LDAP backend; report errors More... about 18 years ago
Start working on LDAP schema (OID's still need to be filled in) More... about 18 years ago
Switch from LDB to LDAP (LDB's authentication subsystem is not mature enough yet) More... about 18 years ago
[merge] Wilmer More... about 18 years ago
Buddy group data is now stored in the user_t structure.
Wilmer
as Wilmer van der Gaast
More... about 18 years ago
Restored buddy counts in blist output for +b mode, it's a nice end-of-list marker.
Wilmer
as Wilmer van der Gaast
More... about 18 years ago
Updated documentation for the new block/allow syntax. Yes, it's slightly ambiguous now, but it shouldn't cause problems.
Wilmer
as Wilmer van der Gaast
More... about 18 years ago
Fixed ugliness in serv_got_crap().
Wilmer
as Wilmer van der Gaast
More... about 18 years ago
The block and allow commands can now display the block/allow lists.
Wilmer
as Wilmer van der Gaast
More... about 18 years ago
Added Hidden and Invisible to the away state aliases list.
Wilmer
as Wilmer van der Gaast
More... about 18 years ago
Added a special +b usermode for easier parseability of some things. (For now blist and qlist, but more should come)
Wilmer
as Wilmer van der Gaast
More... about 18 years ago
ns.c now passess the first group a buddy is in.
Wilmer
as Wilmer van der Gaast
More... about 18 years ago
Basic handling of LSG responses.
Wilmer
as Wilmer van der Gaast
More... about 18 years ago
Added the IRC VERSION command.
Wilmer
as Wilmer van der Gaast
More... about 18 years ago
Stupid warnings. :-P
Wilmer
as Wilmer van der Gaast
More... about 18 years ago
Fixed #111, Jabber away states get set correctly at connect-time now.
Wilmer
as Wilmer van der Gaast
More... about 18 years ago
Fixed a very stupid bug in the "Closing switchboard with unsent messages" warning message. There's still another problem with switchboar management somewhere.. :-(
Wilmer
as Wilmer van der Gaast
More... about 18 years ago
Small code cleanup, got rid of some functions in nogaim.c that we never needed.
Wilmer
as Wilmer van der Gaast
More... about 18 years ago
Let's ignore .gdb_history
Wilmer
as Wilmer van der Gaast
More... about 18 years ago