source: irc_send.c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Date Author Log Message
(edit) @2e78f75   2016-05-15T17:16:38Z Jelmer Vernooij Remove the ARCH / CPU defines. These only reflect on what arch/cpu …
(edit) @db5ef3a   2016-02-01T05:10:47Z digitalcircuit36939 Check global account away setting in WHO replies When sending WHO …
(edit) @c54bb11   2015-12-06T02:34:12Z dx IRCv3 userhost-in-names capability Easiest part of ircv3.2
(edit) @f4396c4   2015-12-06T00:43:14Z dx irc_send_names: refactor to use GString instead of the stack Because …
(edit) @80c2f3c   2015-11-20T15:51:45Z dx IRCv3 away-notify capability Neat lightweight notifications of the …
(edit) @0d8a9bb0   2015-11-15T23:19:13Z dx irc_send_whois: Refactor out a get_status_message() function Because …
(edit) @d63f37c   2015-11-08T08:16:15Z dx IRCv3 extended-join capability Not very useful for the account …
(edit) @2f73692   2015-10-08T07:43:45Z dx irc_send_who: move the iu->flags check after iu has a value... Moving …
(edit) @687ec88   2015-10-08T05:25:56Z dx IRCv3 multi-prefix... but mostly just adding prefixes to WHO We can't …
(edit) @0ef1c92   2015-09-11T02:31:10Z dx Initial implementation of ircv3 capability negotiation Mostly no-op …
(edit) @2d93f113   2015-05-05T15:14:01Z dx irc_send_join: send topic before names Also don't send modes - …
(edit) @570f183   2015-02-22T22:44:40Z dx irc_send_motd: the return value of read() is signed From coverity. …
(edit) @5ebff60   2015-02-20T22:50:54Z dx Reindent everything to K&R style with tabs Used uncrustify, with the …
(edit) @6f10697   2015-01-16T19:50:23Z dx Fix incorrect Free Software Foundation address
(edit) @0e788f5   2013-02-21T19:15:59Z wilmer I'm still bored on a long flight. Wrote a script to automatically …
(edit) @18e1f3b   2012-05-02T07:58:22Z wilmer Set PACKAGE to BitlBee-LIBPURPLE for the libpurple variant, because in …
(edit) @3864c08   2011-10-21T03:00:54Z wilmer Big merge from pesco, closing some OTR issues: #759, #824, #839, #830.
(edit) @e67e513   2011-10-03T14:56:58Z pesco rename irc_usermsg to irc_rootmsg. add new irc_usermsg, …
(edit) @f01bc6f   2011-03-27T22:13:09Z wilmer Include FLOOD=0/9999 (min time between msgs/max burst size) in 005. …
(edit) @bb151f7   2010-11-20T20:25:44Z wilmer Added irc_channel_with_user() function to find a suitable channel to …
(edit) @7c5a3be5   2010-10-22T00:28:52Z wilmer There. BitlBee 3.0, it was about time. :-)
(edit) @674a01d   2010-09-06T00:20:01Z wilmer Move whatsnew stuff into help.txt. Stop putting too much string …
(edit) @ed320e8   2010-09-05T11:48:26Z wilmer Oops. One more compiler warning. I wish GCC would give the same …
(edit) @fef7813   2010-09-05T11:31:22Z wilmer Fix compiler warnings. Also fixing irc_send_motd(), which so far got …
(edit) @a72af0d   2010-08-25T00:18:27Z wilmer Fix /WHO on single nicks.
(edit) @1aa74f55   2010-08-23T10:34:36Z wilmer Process incoming XMPP groupchat invites in a saner way: Create a …
(edit) @4d4a7ed   2010-08-21T17:46:47Z wilmer Some IRC clients/proxies eat empty PRIVMSG lines. BitlBee likes to …
(edit) @f32c14c   2010-08-09T13:39:50Z wilmer Oops. We're using channel mode +h (halfop) for a while already, but so …
(edit) @f7ca587   2010-07-29T18:18:54Z wilmer Restore default_target setting, kill last_root_cmd variable and just …
(edit) @51a3d12   2010-07-25T09:11:48Z wilmer Allow change nicknames when moving contacts between groups. Also …
(edit) @006a84f   2010-07-04T20:40:15Z wilmer Kick the user instead of parting him/her when cleaning up a channel. …
(edit) @56699f0   2010-06-07T15:11:09Z wilmer Show idle + login time info in /WHOIS (if available).
(edit) @1f0224c   2010-06-06T01:11:13Z wilmer Send one /QUIT instead of one or more /PARTs for a user that is being …
(edit) @18da20b   2010-06-06T00:33:33Z wilmer Added /part msgs, and the ability to silently remove users from …
(edit) @eb50495   2010-05-04T08:45:10Z wilmer Show offline/away status better in /WHO and /WHOIS.
(edit) @6a9d068   2010-05-03T00:39:39Z wilmer Restore away_devoice.
(edit) @e54112f   2010-05-02T23:44:33Z wilmer Put a channel userlist in irc_channel_user elements so we can save …
(edit) @e7edbb7   2010-04-14T22:56:19Z wilmer Don't show an empty status message line in /whois if status_msg is "". …
(edit) @7b59872   2010-04-13T00:04:55Z wilmer Support for simple VERSION/PING CTCPs to root.
(edit) @e21c0f8   2010-04-11T23:31:43Z wilmer Always show root's greeting inside the control channel.
(edit) @d986463   2010-04-11T22:31:15Z wilmer Show status msg in /WHOIS, using a hopefully more proper 320 numeric reply.
(edit) @8240840   2010-04-11T22:22:17Z wilmer Don't send the topic at join time if there is none. This seems to be …
(edit) @0b5cc72   2010-04-05T00:39:04Z wilmer Send nickname change notifications when necessary.
(edit) @1d39159   2010-04-05T00:18:24Z wilmer Get full names properly. Handling of nick_source setting and …
(edit) @6761a40   2010-03-28T02:44:19Z wilmer Restored multi-line message support.
(edit) @410bf6d   2010-03-27T18:10:03Z wilmer Fixed bug in /WHO $channel output.
(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) @2f53ada   2010-03-27T15:16:16Z wilmer /WHO
(edit) @83e92bf   2010-03-27T12:30:00Z wilmer Topic handling changes.
(edit) @b95932e   2010-03-27T03:39:23Z wilmer Added WHOIS command.
(edit) @4be8239   2010-03-27T02:39:08Z wilmer Simple IRC channel interface, use it to represent the control channel.
(add) @ebaebfe   2010-03-27T01:57:00Z wilmer PING and QUIT work now, and adding some files that weren't checked in …
Note: See TracRevisionLog for help on using the revision log.