Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| * | Why did I forget this one? *sigh* | Wilmer van der Gaast | 2006-06-25 | -1/+1 | |
| | | |||||
| * | Merging libevent branch: Events can now be handles by both glib and libevent. | Wilmer van der Gaast | 2006-06-21 | -27/+33 | |
| |\ | |||||
* | | | Added versioning information to the XML-file (convenient for later format | Wilmer van der Gaast | 2006-06-25 | -3/+4 | |
| | | | | | | | | | | | | | | | | | | | | | changes), got rid of confusing "Password successfully changed" message when the user uses the identify-command and protected rc4_decode() against short inputs. | ||||
* | | | Using salted MD5 checksums for the user's BitlBee password and salted RC4 | Wilmer van der Gaast | 2006-06-25 | -2/+1 | |
| | | | | | | | | | | | | | | | | | | encryption for the IM account passwords, plus some calls to srand() to keep the salts secure and unique. | ||||
| | | | |||||
| \ \ | |||||
*-. | | | xml_save(), decent error handling and merging fixed autosaving. | Wilmer van der Gaast | 2006-06-15 | -6/+6 | |
|\ \| | | |||||
| | * | | !x&y == (!x)&y, not !(x&y). | Wilmer van der Gaast | 2006-06-15 | -2/+2 | |
| |/ / | |||||
| * | | Converted irc->status to binary flags. (This also fixes auto-save-on-quit | Wilmer van der Gaast | 2006-06-15 | -5/+5 | |
| | | | | | | | | | | | | | | | that broke because of USTATUS_SHUTDOWN. :-( ) | ||||
* | | | Merging Jelmer's storage tree (with LDAP support). | Wilmer van der Gaast | 2006-06-07 | -2/+24 | |
|\| | | |/ |/| | |||||
| * | Implemented netsplits for "account off". | Wilmer van der Gaast | 2006-06-03 | -2/+24 | |
| | | |||||
| * | Require GLib 2 | Jelmer Vernooij | 2006-05-26 | -4/+0 | |
| | | |||||
| | | |||||
| \ | |||||
*-. | | Merging from main development tree. | Wilmer van der Gaast | 2006-05-26 | -9/+13 | |
|\ \| | |||||
| | * | Silenced all compiler warnings that appeared after previous commit. | Wilmer van der Gaast | 2006-05-23 | -3/+3 | |
| | | | |||||
| | * | Some changes for im_api. (bim_* functions) | Wilmer van der Gaast | 2006-05-23 | -7/+11 | |
| |/ | |||||
* | | Merging from main development tree. | Wilmer van der Gaast | 2006-05-19 | -1/+1 | |
|\| | |||||
| * | Fixed various memory leaks/other possible problems after code review. | Wilmer van der Gaast | 2006-05-15 | -1/+1 | |
| | | |||||
* | | irc_vawrite() now first attempts to write() immediately (because that's | Wilmer van der Gaast | 2006-05-14 | -2/+10 | |
| | | | | | | | | | | | | | | usually not a problem) and only touches the event queue when the write() doesn't write everything. And got rid of a quit element in the irc_t structure that actually wasn't even used. | ||||
* | | Moved everything to the BitlBee event handling API. | Wilmer van der Gaast | 2006-05-10 | -18/+18 | |
| | | |||||
* | | Got rid of all GLib GIOChannel-related calls outside proxy.c | Wilmer van der Gaast | 2006-05-07 | -17/+11 | |
|/ | |||||
* | Removed account_offline(), we have signoff() already. | Wilmer van der Gaast | 2006-04-13 | -3/+5 | |
| | |||||
* | Renamed irc_free_userhash(). | Wilmer van der Gaast | 2006-04-07 | -3/+3 | |
| | |||||
* | Complete fix for #113: a->reconnect does *not* contain a GLib source ID, oops... | Wilmer van der Gaast | 2006-04-01 | -1/+1 | |
| | |||||
* | Tested and fixed one issue, and got rid of one more superfluous iconv call. | Wilmer van der Gaast | 2006-03-31 | -5/+5 | |
| | |||||
* | Finished the iconv() fix. Instead of doing it every time something goes from | Wilmer van der Gaast | 2006-03-31 | -2/+18 | |
| | | | | | | | 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 IRC | Wilmer van der Gaast | 2006-03-31 | -6/+15 | |
| | | | | | traffic, and get rid of most other iconv() calls. | ||||
* | Fixed cleanup of connections in (non-forking) daemon mode. (Better handling | Wilmer van der Gaast | 2006-03-15 | -2/+5 | |
| | | | | | of auto_reconnect) | ||||
* | Renamed commands.c, got rid of return values in all command functions. | Wilmer van der Gaast | 2006-01-20 | -20/+23 | |
| | |||||
* | Merging IPC branch, it's too different from the main code to keep it | Wilmer van der Gaast | 2006-01-20 | -632/+124 | |
|\ | | | | | | | | | separated (and it's pretty stable now). Have fun. :-) | ||||
| * | Die, bug, die! (And apparently bzr suddenly felt like merging some old ↵ | Wilmer van der Gaast | 2006-01-19 | -1/+1 | |
| |\ | | | | | | | | | | commits...) | ||||
| * | | Fixes for single-process daemon mode, changed value of USTATUS_SHUTDOWN. If | Wilmer van der Gaast | 2006-01-19 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | 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 up | Wilmer van der Gaast | 2006-01-19 | -1/+4 | |
| | | | | | | | | | | | | | | | | | | | | | 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 Gaast | 2006-01-18 | -0/+14 | |
| |\ \ | |||||
| * | | | Better DIE implementation, added SO_REUSEADDR to listening socket. | Wilmer van der Gaast | 2006-01-15 | -0/+31 | |
| | | | | |||||
| * | | | Imported irc_command branch and used this addition for parsing IPC commands. ↵ | Wilmer van der Gaast | 2006-01-15 | -639/+91 | |
| |\ \ \ | | | | | | | | | | | | | | | | (Implemented WALLOP and a very evil DIE.) | ||||
| | * | | | Separated the IRC line splitting/parsing code (to use it for IPC too), and ↵ | Wilmer van der Gaast | 2006-01-14 | -67/+82 | |
| | | | | | | | | | | | | | | | | | | | | improved the splitting to deal with empty arguments. | ||||
| | * | | | Fixed the PASS-command, added error messages for invalid commands to irc_exec(). | Wilmer van der Gaast | 2006-01-14 | -0/+22 | |
| | | | | | |||||
| | * | | | Moved all IRC commands to separate functions in irc_commands.c. At least the ↵ | Wilmer van der Gaast | 2006-01-14 | -581/+0 | |
| | | | | | | | | | | | | | | | | | | | | PASS command doesn't work yet in this form. | ||||
| * | | | | Imported changes from main tree. | Wilmer van der Gaast | 2006-01-14 | -15/+0 | |
| |\| | | | |||||
| * | | | | IPC code (by no means final) | Wilmer van der Gaast | 2006-01-13 | -0/+4 | |
| | | | | | |||||
* | | | | | irc_abort() does logging (including a reason) now. | Wilmer van der Gaast | 2006-01-20 | -4/+34 | |
| |_|_|/ |/| | | | |||||
* | | | | Merging changes from laptop: Now tries to empty sendbuffer before closing ↵ | Wilmer van der Gaast | 2006-01-18 | -2/+16 | |
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | the connection, and fixed some error checking flaw in bitlbee_io_current_client_write() that was also present in the _read() version before 0.99 (and actually caused the 100% CPU bug that kept us from releasing 1.0). | ||||
| * | | | BitlBee now tries to empty sendbuffer before closing the connection. | Wilmer van der Gaast | 2006-01-18 | -2/+16 | |
| | |/ | |/| | |||||
* / | | The MOTD is not a socket... | Wilmer van der Gaast | 2006-01-16 | -1/+1 | |
|/ / | |||||
* / | Removed send-flood protection code completely. | Wilmer van der Gaast | 2006-01-10 | -15/+0 | |
|/ | |||||
* | Better handling of IPv4 connections in IPv6 mode. (Wrapping/Unwrapping of ↵ | Wilmer van der Gaast | 2006-01-04 | -2/+3 | |
| | | | | ::ffff:style addresses.) | ||||
* | IPv6 socket improvements. Daemon mode can now also listen on IPv6 sockets. | Wilmer van der Gaast | 2005-12-27 | -21/+29 | |
| | | | | | | Also, when reverse lookup fails, BitlBee now correctly falls back to an ASCII-formatted IP instead of "localhost.". | ||||
* | Fixed that security hole, and added mode +R (don't know if that's the right ↵ | Wilmer van der Gaast | 2005-12-26 | -7/+9 | |
| | | | | | | | one). Now to add the actual oper features (and IPC). :-) | ||||
* | Added OperPassword and RunMode = ForkDaemon settings. Oper stuff is | Wilmer van der Gaast | 2005-12-26 | -2/+11 | |
| | | | | | *INSECURE* because users can just do /mode +o to become operator. | ||||
* | *Oops* The 005 reply sent % as the prefix for voiced people instead of +... | Wilmer van der Gaast | 2005-12-18 | -1/+1 | |
| | |||||
* | Crashbug fix in new MSN Passport code (plus a fix to make the 005 reply ↵ | Wilmer van der Gaast | 2005-12-18 | -1/+1 | |
| | | | | actually work). | ||||
* | BitlBee now sends a (hopefully correct) 005 reply on connect. | Wilmer van der Gaast | 2005-12-17 | -0/+1 | |
| |