aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Y2K! ;-)Wilmer van der Gaast2006-04-17-1/+1
|
* Removed import_buddies message.Wilmer van der Gaast2006-04-14-11/+0
|
* Removed account_offline(), we have signoff() already.Wilmer van der Gaast2006-04-13-11/+7
|
* Cleaned up two more functions from nogaim.Wilmer van der Gaast2006-04-13-23/+0
|
* Misc. merges. (Main thing: "$blah is not in your list yet, would you like to ↵Wilmer van der Gaast2006-04-08-19/+40
|\ | | | | | | add him?")
| * Got rid of some old e-mail addresses.Wilmer van der Gaast2006-04-07-3/+3
| |
| * Unused stuff.Wilmer van der Gaast2006-04-07-10/+0
| |
| * Filled in show_got_added().Wilmer van der Gaast2006-04-07-3/+34
| |
| * Renamed irc_free_userhash().Wilmer van der Gaast2006-04-07-3/+3
|/
* Added "add -tmp" command, which you can use to temporary add a buddy to yourWilmer van der Gaast2006-04-03-1/+13
| | | | | list, like the handle_unknown=add setting does.
* Added/Fixed calls to show_got_added() in all IM-modules, now to fill in thatWilmer van der Gaast2006-04-03-5/+9
| | | | | call. (It should ask the user if he/she wants to add a buddy to his/her list.)
* Format string problem in cmd_block/allow.Wilmer van der Gaast2006-04-02-2/+2
|
* Complete fix for #113: a->reconnect does *not* contain a GLib source ID, oops...Wilmer van der Gaast2006-04-01-1/+1
|
* List header for "account list" in mode +b.Wilmer van der Gaast2006-04-01-0/+3
|
* Tested and fixed one issue, and got rid of one more superfluous iconv call.Wilmer van der Gaast2006-03-31-12/+6
|
* Finished the iconv() fix. Instead of doing it every time something goes fromWilmer van der Gaast2006-03-31-127/+143
| | | | | | | 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. ;-)
* irc_vawrite() does charset conversion now. Next step: Do it for incoming IRCWilmer van der Gaast2006-03-31-6/+15
| | | | | traffic, and get rid of most other iconv() calls.
* Cut-and-paste considered harmful.Wilmer van der Gaast2006-03-31-2/+2
|
* Removed some unused stuff from nogaim.h, preparing to fix some API issues there.Wilmer van der Gaast2006-03-31-98/+24
|
* Made configure quiet when it can't find bzr, and added repository nick toWilmer van der Gaast2006-03-30-2/+8
| | | | | generated version number.
* Buddy group data is now stored in the user_t structure.Wilmer van der Gaast2006-03-22-0/+2
|
* Restored buddy counts in blist output for +b mode, it's a nice end-of-list ↵Wilmer van der Gaast2006-03-22-2/+1
| | | | marker.
* Updated documentation for the new block/allow syntax. Yes, it's slightlyWilmer van der Gaast2006-03-21-0/+9
| | | | | ambiguous now, but it shouldn't cause problems.
* Fixed ugliness in serv_got_crap().Wilmer van der Gaast2006-03-21-3/+5
|
* The block and allow commands can now display the block/allow lists.Wilmer van der Gaast2006-03-21-2/+42
|
* Added Hidden and Invisible to the away state aliases list.Wilmer van der Gaast2006-03-21-1/+2
|
* Added a special +b usermode for easier parseability of some things.Wilmer van der Gaast2006-03-21-15/+42
| | | | | (For now blist and qlist, but more should come)
* ns.c now passess the first group a buddy is in.Wilmer van der Gaast2006-03-21-1/+7
|
* Basic handling of LSG responses.Wilmer van der Gaast2006-03-21-26/+22
|
* Added the IRC VERSION command.Wilmer van der Gaast2006-03-18-0/+6
|
* Stupid warnings. :-PWilmer van der Gaast2006-03-18-3/+0
|
* Fixed #111, Jabber away states get set correctly at connect-time now.Wilmer van der Gaast2006-03-18-13/+4
|
* Fixed a very stupid bug in the "Closing switchboard with unsent messages"Wilmer van der Gaast2006-03-17-4/+4
| | | | | | warning message. There's still another problem with switchboar management somewhere.. :-(
* Small code cleanup, got rid of some functions in nogaim.c that we never needed.Wilmer van der Gaast2006-03-15-33/+6
|
* Let's ignore .gdb_historyWilmer van der Gaast2006-03-15-0/+1
|
* Fixed cleanup of connections in (non-forking) daemon mode. (Better handlingWilmer van der Gaast2006-03-15-2/+5
| | | | | of auto_reconnect)
* Fixed error handling on empty help topics. (See #109)Wilmer van der Gaast2006-03-06-9/+8
|
* Fixed ssl_openssl... :-/Wilmer van der Gaast2006-03-05-10/+76
|
* Merge from Jelmer.Wilmer van der Gaast2006-03-03-6/+178
|\
| * Move development stuff into a seperate install-devJelmer Vernooij2006-03-02-10/+6
| |
| * Ignore autogenerated fileJelmer Vernooij2006-03-02-0/+1
| |
| * Install bitlbee's header files and a pkg-config file. This means Jelmer Vernooij2006-03-02-4/+40
| | | | | | | | | | that 3rd-parties can write support for additional protocols in BitlBee.
| * [merge] wilmerJelmer Vernooij2006-03-01-0/+4
| |\ | |/ |/|
* | Added a little comment for this scary cast. (-:Wilmer van der Gaast2006-03-01-0/+4
| |
| * Add simple bitlbee control scriptJelmer Vernooij2006-03-01-0/+59
| |
| * Improve error handlingJelmer Vernooij2006-03-01-3/+27
| |
| * Also listen for admin connections on a unix domain socket at /var/run/bitlbeeJelmer Vernooij2006-03-01-3/+59
|/
* Fixed --helpWilmer van der Gaast2006-02-12-0/+1
|
* Fix silly warningJelmer Vernooij2006-02-12-1/+1
|
* Merge WilmerJelmer Vernooij2006-02-12-13/+229
|\