Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | merge in bitlbee 1.2.7 | Sven Moritz Hallberg | 2010-06-03 | -0/+1 |
|\ | ||||
| * | Applied show-offline patch from Florian E.J. Fruth, adapted for a few | Wilmer van der Gaast | 2010-05-02 | -0/+1 |
| | | | | | | | | | | changes that happened since 1.2.4. | |||
* | | merge in bitlbee 1.2.6 | Sven Moritz Hallberg | 2010-06-03 | -3/+22 |
|\| | ||||
| * | Fixed 2-byte memory leak in set_eval_charset(). | Wilmer van der Gaast | 2010-04-08 | -0/+5 |
| | | ||||
| * | Added display_timestamps setting in case some people may not really like them. | Wilmer van der Gaast | 2010-04-08 | -0/+1 |
| | | ||||
| * | Show timestamps for offline messages. Including a timezone setting for | Wilmer van der Gaast | 2010-04-07 | -0/+1 |
| | | | | | | | | | | people using servers outside their own timezone. | |||
| * | Don't allow non-8-bit character sets like utf-16 which completely break the | Wilmer van der Gaast | 2010-04-07 | -3/+14 |
| | | | | | | | | | | | | IRC protocol. (Happened to at least two public server users by now and it renders the accounts useless without manual intervention.) | |||
| * | Allow changing the name of the control channel at run-time. | Wilmer van der Gaast | 2010-03-19 | -0/+1 |
| | | ||||
* | | merge in bitlbee 1.2.5 | Sven Moritz Hallberg | 2010-06-03 | -1/+22 |
|\| | ||||
| * | While I'm at it, set auto_reconnect to true by default, which I intended to | Wilmer van der Gaast | 2010-03-14 | -1/+1 |
| | | | | | | | | | | | | do for a long time already since it should be safe with all protocol modules now. | |||
| * | Added global and per-account settings "away" and "status" so the user can | Wilmer van der Gaast | 2010-03-07 | -0/+23 |
| | | | | | | | | | | set these things individually. | |||
* | | pretty blind try at merging in the latest trunk | Sven Moritz Hallberg | 2009-03-12 | -6/+7 |
|\| | ||||
| * | Fixed a bug in the IRC parser where lines that start with a colon and don't | Wilmer van der Gaast | 2008-12-14 | -4/+2 |
| | | | | | | | | | | | | | | | | contain any spaces could make BitlBee read uninitialized memory (and possibly even parse it as if it were a command). Also fixed a small memory leak around there. | |||
| * | Merging BitlBee 1.2.3 release. | Wilmer van der Gaast | 2008-09-07 | -2/+2 |
| |\ | ||||
| | * | Completely reviewed all uses of irc->password, irc_setpass() and | Wilmer van der Gaast | 2008-09-06 | -2/+2 |
| | | | | | | | | | | | | | | | | | | USTATUS_IDENTIFIED after another account overwriting vulnerability was found by Tero Marttila. | |||
| * | | /join can now be used to join chatrooms, join_chat should not be used | Wilmer van der Gaast | 2008-08-31 | -2/+4 |
| |/ | | | | | | | | | | | anymore. /join should not be used for unnamed groupchats anymore, use "chat with" instead. | |||
| * | Clearer feedback after set/account set commands. | Wilmer van der Gaast | 2008-08-24 | -5/+11 |
| | | ||||
| * | Added SET_INVALID, which set evaluators should now return instead of NULL | Wilmer van der Gaast | 2008-08-24 | -22/+24 |
| | | | | | | | | | | | | | | when the given value is not accepted. This to allow certain variables actually be set to NULL (server, for example). This should fully close #444. | |||
| * | Added ceiling to auto-reconnect delay, changed the default to 5*3<900 and | Wilmer van der Gaast | 2008-08-10 | -1/+1 |
| | | | | | | | | | | added documentation. | |||
| * | Simple exponential backoff code. Have to add a maximum delay setting, | Wilmer van der Gaast | 2008-08-06 | -1/+1 |
| | | | | | | | | | | | | something like 5*5<300: 5s, multiply by 5 on each failure, but stop increasing once we hit 5m. | |||
* | | commit updates by ashish shukla <wahjava@gmail.com> | Sven Moritz Hallberg | 2009-03-12 | -36/+43 |
| | | ||||
* | | merge in latest trunk | Sven Moritz Hallberg | 2008-07-17 | -114/+195 |
|\| | ||||
| * | Merging changes from Jelmer: It's now possible to cross-compile a Windows | Wilmer van der Gaast | 2008-06-30 | -0/+1 |
| |\ | | | | | | | | | | | | | version of BitlBee from Linux. No working SSL support yet though! | |||
| | * | Fix undefined references. | Jelmer Vernooij | 2008-06-10 | -0/+1 |
| | | | ||||
| * | | Added the DEAF command, which makes the daemon stop listening for new | Wilmer van der Gaast | 2008-06-29 | -1/+5 |
| |/ | | | | | | | | | | | connections. This makes it easier to upgrade a BitlBee without having to disconnect all current users immediately. Closes #428. | |||
| * | Changed root nicknames are now saved. (Bug #378) | Wilmer van der Gaast | 2008-04-05 | -0/+1 |
| | | ||||
| * | Rearranged some event handling code. | Wilmer van der Gaast | 2008-04-02 | -5/+8 |
| | | ||||
| * | Reordered irc_free() a little bit, hoping that this will fix a crash-on-quit | Wilmer van der Gaast | 2008-04-02 | -55/+56 |
| | | | | | | | | | | bug I can't figure out. The previous order wasn't optimal. | |||
| * | Changed charset handling: irc_t keeps two iconv structures, which are just | Wilmer van der Gaast | 2008-03-30 | -23/+79 |
| | | | | | | | | | | | | | | | | used for every line sent and received, so now there's no need to use g_iconv_open() every time a message comes in/out. Also, fixed a small memory leak that was there for a long time but somehow never caught my attention. | |||
| * | Be more liberal with accepted line endings. ERC on Windows likes to use | Wilmer van der Gaast | 2008-03-29 | -28/+26 |
| | | | | | | | | | | | | | | "\r\r\n", for example, and until now BitlBee only chopped off the \r\n, leaving the first \r as part of the command, which means it couldn't log in to BitlBee at all. (Bad character in nickname.) | |||
| * | Closing bug #209: The PASS command can now be used to identify yourself | Wilmer van der Gaast | 2008-03-29 | -1/+16 |
| | | | | | | | | | | | | to BitlBee. The advantage: No more messing with NickServ hooks. Just set a server password. | |||
| * | Fixed handling of "set charset none". Fixes bug #373. | Wilmer van der Gaast | 2008-03-21 | -3/+4 |
| | | ||||
* | | merge in upstream changes | Sven Moritz Hallberg | 2008-02-16 | -14/+2 |
|\| | ||||
| * | Fixed getnameinfo() calls, this fixes Solaris stability issues. Thanks to | Wilmer van der Gaast | 2008-02-07 | -2/+2 |
| | | | | | | | | | | Logan O'Sullivan Bruns for the report. | |||
| * | Added help_free() and cleaned up some very stale help-related stuff I | Wilmer van der Gaast | 2008-02-02 | -11/+0 |
| | | | | | | | | | | wasn't even aware of. This closes bug #352. | |||
* | | read root's welcome message from a file (like tho MOTD) | Sven Moritz Hallberg | 2008-02-16 | -4/+24 |
| | | ||||
* | | rework keygen messages and add some notices | Sven Moritz Hallberg | 2008-02-16 | -0/+3 |
| | | ||||
* | | keep track of which keys are queued for generation | Sven Moritz Hallberg | 2008-02-16 | -11/+2 |
| | | ||||
* | | implement background keygen via child process | Sven Moritz Hallberg | 2008-02-15 | -0/+2 |
| | | ||||
* | | remove thread-based keygen | Sven Moritz Hallberg | 2008-02-15 | -2/+9 |
| | | | | | | | | | | replace it with a process-based stub | |||
* | | - add global policy setting | Sven Moritz Hallberg | 2008-02-12 | -0/+1 |
| | | | | | | | | | | - add copyright and author notices to otr.h and otr.c | |||
* | | - add nonfunctional 'otr forget key' implementation | Sven Moritz Hallberg | 2008-02-12 | -2/+3 |
| | | | | | | | | | | - add 'color_encrypted' setting | |||
* | | - use a recursive otr_mutex | Sven Moritz Hallberg | 2008-02-11 | -2/+2 |
| | | | | | | | | | | - implement 'otr forget fingerprint' and 'otr forget context' commands | |||
* | | honor voice/op/halfop buddies in chats | Sven Moritz Hallberg | 2008-02-11 | -1/+1 |
| | | ||||
* | | display ops/halfops/voices correctly in /names | Sven Moritz Hallberg | 2008-02-11 | -11/+35 |
| | | ||||
* | | announce that we support halfops | Sven Moritz Hallberg | 2008-02-11 | -1/+1 |
| | | ||||
* | | Support halfops for 'notaway' status etc. | Sven Moritz Hallberg | 2008-02-10 | -0/+1 |
| | | ||||
* | | - add support for setting ops/voice according to OTR msgstate | Sven Moritz Hallberg | 2008-02-09 | -9/+16 |
| | | | | | | | | | | | | | | | | | | | | | | - add 'otr trust' user command - support non-otr messages during keygen - run otr messages through strip_html - interpret <b> and <i> tags in html messages - record max message size in prpl - add 'encrypted' flag to user_t - cosmetics | |||
* | | OTR support, first checkin | Sven Moritz Hallberg | 2008-02-03 | -0/+7 |
|/ | ||||
* | Different handling of charset mismatches before login time. Ignoring a | Wilmer van der Gaast | 2008-01-13 | -1/+15 |
| | | | | | | USER command because of encoding issues isn't too great, so let's simply replace them. The information isn't really used anywhere anyway. |