source: irc.c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Date Author Log Message
(edit) @65016a6   2010-08-04T19:45:18Z wilmer Set channel mode +C for control channels.
(edit) @b925666   2010-07-29T19:30:47Z wilmer Show a friendly warning message when running in inetd mode on the …
(edit) @f7ca587   2010-07-29T18:18:54Z wilmer Restore default_target setting, kill last_root_cmd variable and just …
(edit) @82ca986   2010-07-27T17:45:16Z wilmer Fixed shutdown sequence (could cause 100% CPU usage on SIGTERM).
(edit) @6d8cc05   2010-07-18T23:50:27Z wilmer Adding easy migration from old show_offline/away_devoice settings, and …
(edit) @09dfb68   2010-07-12T20:27:11Z wilmer Added %nick and %group. They don't work yet since nick_gen() is only …
(edit) @2e0eaac   2010-07-11T23:14:49Z wilmer First version of the nick_format setting.
(edit) @af9f2ca   2010-07-11T10:59:56Z wilmer Added allow_takeover setting for people who don't like this new …
(edit) @f1c2b21   2010-07-10T15:08:02Z wilmer Cleanup. Move some code to a more appropriate location, and show the …
(edit) @c8eeadd   2010-07-04T10:16:07Z wilmer Added automatic joining of channels. Auto-rejoin functionality for …
(edit) @0bd948e   2010-07-03T21:16:41Z wilmer Show a user going offline as a QUIT, not as one or more PARTs, like in …
(edit) @1c8e5f7   2010-06-11T15:12:27Z wilmer Added away_reply_timeout setting so BitlBee will suppress away …
(edit) @95c3ea9   2010-06-10T16:36:23Z wilmer Fixing hostname in "exiting" opermsgs.
(edit) @0a6e5d1   2010-06-07T15:51:31Z wilmer Restore "set root_nick" behaviour. All disabled set evaluators are …
(edit) @70f69ecc   2010-06-07T15:45:42Z wilmer Restoring auto-identification using server password.
(edit) @c5aefa4   2010-06-07T15:39:53Z wilmer Restore "ops" command completely, and set user op status *just* before …
(edit) @0e8b3e8   2010-06-07T15:21:21Z wilmer Changing away_devoice will change current voice statuses in all channels.
(edit) @4aa0f6b   2010-06-07T14:31:07Z wilmer Merging killerbee stuff, bringing all the bleeding-edge stuff together.
(edit) @0d9d53e   2010-06-07T00:58:07Z wilmer Fixed "set password" and "set auto_reconnect_delay".
(edit) @16834a5   2010-06-06T01:30:45Z wilmer Set handle_unknown to add_channel by default.
(edit) @88eaf4b   2010-06-06T01:24:13Z wilmer buddy_sendbuffer should be renamed, since it has to work for users and …
(edit) @51a799e   2010-05-25T22:07:06Z wilmer Merging killerbee. (The non-libpurple stuff currently doesn't compile.)
(edit) @ec86b22   2010-05-15T23:28:16Z wilmer Mainline merge. (Probably mostly irrelevant for this branch, oh well.)
(edit) @eaaa986   2010-05-08T14:48:38Z wilmer Misc. cleanup. Also updated the Yahoo! module to deal with struct …
(edit) @fd45e1d1   2010-05-08T14:12:32Z wilmer Always show normal contacts in &bitlbee, not just the first channel in …
(edit) @6a9d068   2010-05-03T00:39:39Z wilmer Restore away_devoice.
(edit) @839189b   2010-05-02T21:06:25Z wilmer Applied show-offline patch from Florian E.J. Fruth, adapted for a few …
(edit) @ae3dc99   2010-04-24T17:02:07Z wilmer Merging stuff from mainline (1.2.6).
(edit) @d33679e   2010-04-14T12:17:12Z wilmer Call bee_free() from irc_free() or daemon mode gets pretty sad.
(edit) @21c87a7   2010-04-14T09:27:50Z wilmer Merging loads of stuff from mainline.
(edit) @e21c0f8   2010-04-11T23:31:43Z wilmer Always show root's greeting inside the control channel.
(edit) @eabc9d2   2010-04-11T22:49:32Z wilmer Fixed cleanup issues when turning off an account. Also fixed syntax of …
(edit) @1f92a58   2010-04-10T02:27:50Z wilmer Restore the storage module.
(edit) @92a9c68   2010-04-08T21:56:27Z wilmer Fixed 2-byte memory leak in set_eval_charset().
(edit) @5b9b2b6   2010-04-08T00:55:17Z wilmer Added display_timestamps setting in case some people may not really …
(edit) @3e57660   2010-04-07T03:59:01Z wilmer Show timestamps for offline messages. Including a timezone setting for …
(edit) @33b306e   2010-04-07T02:27:55Z wilmer Don't allow non-8-bit character sets like utf-16 which completely …
(edit) @fb117aee   2010-04-02T02:29:45Z wilmer Cleaned lots of compiler warnings so I can get some signal again.
(edit) @d860a8d   2010-04-01T03:38:50Z wilmer Restored "account" root command and restored enough stuff to be able …
(edit) @3923003   2010-03-28T02:49:19Z wilmer Restored server-initiated PINGs.
(edit) @74f1cde   2010-03-27T18:05:38Z wilmer irc_usermsg() works a little bit again. Have to figure out how and …
(edit) @280c56a   2010-03-27T17:36:47Z wilmer Added privmsg handlers to users/channels. root commands are coming back.
(edit) @b919363   2010-03-27T14:31:03Z wilmer Mode stuff. Also disallow unsetting +R umode which was possible so far …
(edit) @83e92bf   2010-03-27T12:30:00Z wilmer Topic handling changes.
(edit) @b95932e   2010-03-27T03:39:23Z wilmer Added WHOIS command.
(edit) @63a520b   2010-03-27T03:11:02Z wilmer Collect that garbage.
(edit) @4be8239   2010-03-27T02:39:08Z wilmer Simple IRC channel interface, use it to represent the control channel.
(edit) @ebaebfe   2010-03-27T01:57:00Z wilmer PING and QUIT work now, and adding some files that weren't checked in …
(edit) @3ddb7477   2010-03-26T12:14:37Z wilmer One total mess that doesn't do much yet, but reorganised some stuff …
(edit) @ba7d16f   2010-03-24T17:12:53Z wilmer Now seems like a pretty good time to finally kill crypting.c and …
(edit) @85693e6   2010-03-21T16:17:24Z wilmer Merging in killerbee stuff (just file transfers and maybe a few things …
(edit) @767a148   2010-03-21T16:06:31Z wilmer Merging in file transfer support. Most important points from my review …
(edit) @81ee561   2010-03-20T18:03:18Z wilmer Merging head. Most changes are not so relevant because they're to IM …
(edit) @0baed0d   2010-03-19T00:09:50Z wilmer Allow changing the name of the control channel at run-time.
(edit) @e8c8d00   2010-03-17T15:15:19Z wilmer Merging mainline.
(edit) @3330468   2010-03-14T23:15:05Z wilmer Merging in head.
(edit) @435f552   2010-03-14T16:47:00Z wilmer While I'm at it, set auto_reconnect to true by default, which I …
(edit) @fb020ac   2010-03-07T18:43:23Z wilmer Merging in mainline, including improved away/status stuff.
(edit) @58adb7e   2010-03-07T00:22:33Z wilmer Added global and per-account settings "away" and "status" so the user …
(edit) @2288705   2009-12-07T21:54:19Z wilmer Merging head.
(edit) @5674207   2009-11-28T19:51:39Z wilmer Reshuffled initialization sequence a little bit. Most important …
(edit) @e046390   2009-10-10T23:25:54Z wilmer Make purple use BitlBee's event handling API. Since the APIs never …
(edit) @e1720ce   2008-12-14T01:38:59Z wilmer Fixed a bug in the IRC parser where lines that start with a colon and …
(edit) @ced1e17   2008-09-07T14:34:50Z wilmer Merging BitlBee 1.2.3 release.
(edit) @3183c21   2008-09-06T22:59:32Z wilmer Completely reviewed all uses of irc->password, irc_setpass() and …
(edit) @39f93f0   2008-08-31T13:42:33Z wilmer /join can now be used to join chatrooms, join_chat should not be used …
(edit) @f3579fd   2008-08-24T20:52:31Z wilmer Clearer feedback after set/account set commands.
(edit) @7125cb3   2008-08-24T18:01:05Z wilmer Added SET_INVALID, which set evaluators should now return instead of …
(edit) @87f525e   2008-08-10T10:42:52Z a.sporto+bee Merged in upstream r416 which includes my msn_write_msg patch. w00t! ;)
(edit) @4230221   2008-08-09T23:00:38Z wilmer Added ceiling to auto-reconnect delay, changed the default to 5*3<900 …
(edit) @280e655   2008-08-05T23:07:07Z wilmer Simple exponential backoff code. Have to add a maximum delay setting, …
(edit) @8661caa   2008-08-04T14:45:24Z a.sporto+bee merged in upstream r410. Only conflict was the correction of jabber …
(edit) @f5d1b31   2008-06-29T23:41:39Z wilmer Merging changes from Jelmer: It's now possible to cross-compile a …
(edit) @565a1ea   2008-06-29T09:35:41Z wilmer Added the DEAF command, which makes the daemon stop listening for new …
(edit) @7d3ef7b   2008-06-10T03:04:44Z Jelmer Vernooij Fix undefined references.
(edit) @4358b10   2008-05-04T13:32:15Z a.sporto+bee ulibc support, fixes "Invalid SOCKS5 Connect message" problem
(edit) @b79308b   2008-04-14T13:10:53Z a.sporto+bee merged in upstream r379 (somewhere after 1.2-3). Just one trivial …
(edit) @1195cec   2008-04-05T13:03:31Z wilmer Changed root nicknames are now saved. (Bug #378)
(edit) @883a398   2008-04-02T21:36:02Z wilmer Rearranged some event handling code.
(edit) @fa75134   2008-04-01T23:07:21Z wilmer Reordered irc_free() a little bit, hoping that this will fix a …
(edit) @f9756bd   2008-03-30T21:26:16Z wilmer Changed charset handling: irc_t keeps two iconv structures, which are …
(edit) @18ff38f   2008-03-29T23:15:04Z wilmer Be more liberal with accepted line endings. ERC on Windows likes to …
(edit) @a199d33   2008-03-29T22:19:17Z wilmer Closing bug #209: The PASS command can now be used to identify …
(edit) @a83442a   2008-03-21T00:39:16Z wilmer Fixed handling of "set charset none". Fixes bug #373.
(edit) @1ba7e8f   2008-02-15T17:38:57Z a.sporto+bee Merged with upstream r328 Wilmer van der Gaast 2008-02-11 Got rid …
(edit) @c84e31a   2008-02-07T21:25:18Z wilmer Fixed getnameinfo() calls, this fixes Solaris stability issues. Thanks …
(edit) @0fbda193   2008-02-02T21:48:09Z wilmer Added help_free() and cleaned up some very stale help-related stuff I …
(edit) @fc0cf92   2008-01-13T00:15:12Z wilmer Different handling of charset mismatches before login time. Ignoring a …
(edit) @43462708   2008-01-06T12:37:55Z wilmer More consistency in error/warning errors. Until now "WARNING:" was …
(edit) @08135df   2007-12-04T01:08:43Z a.sporto+bee Merged in current devel Wilmer van der Gaast 2007-12-02 Imported …
(edit) @2ff2076   2007-12-03T14:28:45Z a.sporto+bee Intermediate commit. Sending seems to work. TODOs: * move from …
(edit) @94d52d64   2007-12-02T11:00:15Z wilmer Added charset checks on incoming msgs (from the IRC side) to prevent …
(edit) @3e1e11af   2007-11-19T23:41:42Z wilmer Fixed NULL pointer dereference (in printf) when connected to a …
(edit) @50e1776   2007-11-19T22:23:58Z wilmer Merging /TOPIC code from Miklos Vajna. Untested, because I still have …
(edit) @ebb95b6   2007-11-14T23:42:07Z wilmer Merging from devel/Jelmer.
(edit) @2231302   2007-11-05T22:59:49Z wilmer Merging from Jelmer.
(edit) @5e2615a   2007-10-30T23:44:39Z wilmer s/FAQ's/FAQs/
(edit) @7435ccf   2007-10-18T19:03:02Z Jelmer Vernooij Fix indentation.
(edit) @e9b755e   2007-10-18T16:44:25Z Jelmer Vernooij Use standard functions for dealing with both IPv6 and IPv4.
(edit) @eda54e4   2007-10-12T00:08:58Z wilmer Merge from devel.
Note: See TracRevisionLog for help on using the revision log.