aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
* 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
|\
| * Added RESTART command for easier upgrades without losing IPC connections.Wilmer van der Gaast2006-02-02-10/+192
| |\ | | | | | | | | | | | | (Obviously only works well for forking daemon mode.)
| | * Fixed the bug that caused a fork() bomb last night.Wilmer van der Gaast2006-01-22-3/+7
| | |
| | * Error checking for accept(). Have to find out why it went wrong (and ↵Wilmer van der Gaast2006-01-22-1/+7
| | |\ | | | | | | | | | | | | fork()ed a bit too much) last night.
| | * \ Added RESTART command (only for ForkDaemon mode) for easier upgrades.Wilmer van der Gaast2006-01-21-11/+192
| | |\ \
| * | | | Added PID-file code.Wilmer van der Gaast2006-02-02-1/+29
| | | | |
| * | | | Added a little warning message when people use a wrong set-command syntax.Wilmer van der Gaast2006-01-30-0/+3
| | | | |
| * | | | When closing down MSN (sb) connections with unsent messages, the warningWilmer van der Gaast2006-01-30-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | message now mentions the people those messages were meant for.
* | | | | Merge from WilmerJelmer Vernooij2006-01-24-1816/+2136
|\| | | |
| * | | | Removed a bogus printf from the OSCAR code, grrrr.Wilmer van der Gaast2006-01-23-2/+0
| | | | |
| * | | | /AWAY now only sets the IM-protocols away that belong to the current IRCWilmer van der Gaast2006-01-23-5/+5
| | |_|/ | |/| | | | | | | | | | | | | | /connection (was an issue in single-process daemon mode).
| * | | Quit message was invisible on /DIE.Wilmer van der Gaast2006-01-22-1/+1
| | |/ | |/|
| * | Fixed counting of arguments in i[rp]c_exec(), made them a bit too simple.Wilmer van der Gaast2006-01-21-4/+13
| |/
| * Renamed commands.c, got rid of return values in all command functions.Wilmer van der Gaast2006-01-20-282/+180
| |
| * Merging IPC branch, it's too different from the main code to keep itWilmer van der Gaast2006-01-20-745/+1399
| |\ | | | | | | | | | | | | separated (and it's pretty stable now). Have fun. :-)
| | * Die, bug, die! (And apparently bzr suddenly felt like merging some old ↵Wilmer van der Gaast2006-01-19-10/+21
| | |\ | | | | | | | | | | | | commits...)
| | * | Rehash command now also works in inetd mode. Other "IPC" commands only makeWilmer van der Gaast2006-01-19-2/+13
| | | | | | | | | | | | | | | | | | | | sense in daemon mode.
| | * | Fixes for single-process daemon mode, changed value of USTATUS_SHUTDOWN. IfWilmer van der Gaast2006-01-19-9/+20
| | | | | | | | | | | | | | | | | | | | | | | | this still causes problems, shutting down should be an extra flag instead of a status code.
| | * | A bit too much for one commit, but well: Client processes didn't clean upWilmer van der Gaast2006-01-19-38/+115
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | some master structs (bitlbee_child list) yet, and added the IPC CLIENT command to inform the master process about host- and nickname. Can be useful later.
| | * | Merged (and adapted) changes from main tree.Wilmer van der Gaast2006-01-18-72/+89
| | |\ \
| | * | | Fixed a bad mistake in ipc_readline() error handling.Wilmer van der Gaast2006-01-18-0/+2
| | | | |
| | * | | A KILL command. Unfortunately the user doesn't see the KILL message yet. :-(Wilmer van der Gaast2006-01-17-13/+26
| | | | |
| | * | | LILO/WALLOPS commands now check if the receiving user logged in yet.Wilmer van der Gaast2006-01-17-0/+6
| | | | |
| | * | | Added REHASH command, IPC emulation in daemon (non-forked) mode.Wilmer van der Gaast2006-01-15-10/+105
| | | | |