aboutsummaryrefslogtreecommitdiffstats
path: root/irc_commands.c
Commit message (Expand)AuthorAgeLines
* Reindent everything to K&R style with tabsIndent2015-02-20-491/+423
* irc_commands: implemented KICK supportjgeboski2015-01-29-0/+25
* Fix compiler warnings on Cygwin and Mac OS X.Jason Copenhaver2015-01-16-1/+3
* Fix incorrect Free Software Foundation addressMatej Cepl2015-01-16-2/+2
* Add limit param to split_command_parts(), fix twitter quotes bugdequis2014-07-24-1/+1
* Allow use of "ac x set -del password" to use /oper to change the passwordWilmer van der Gaast2014-02-28-1/+1
* Add irc_t* argument to all relevant nick_*() functions.Wilmer van der Gaast2013-04-20-4/+4
* I'm still bored on a long flight. Wrote a script to automatically updateWilmer van der Gaast2013-02-21-1/+1
* Support /NOTICE for contacts, might be used by bots for example. Pre-ui-fixWilmer van der Gaast2012-12-24-0/+4
* Set PACKAGE to BitlBee-LIBPURPLE for the libpurple variant, because in manyWilmer van der Gaast2012-05-02-2/+2
* Allow identify -noload/-force without typing a password. (/OPER)Wilmer van der Gaast2012-03-19-1/+12
* When changing nicks and the change is case-only (or no change *at all*),Wilmer van der Gaast2011-12-29-2/+6
* As I intended for a while already, use account tags everywhere instead ofWilmer van der Gaast2011-12-13-2/+2
* rename irc_usermsg to irc_rootmsg.unknown2011-10-03-2/+2
* Aaaaaargh! Who thought it'd be a good idea to make 8-bit integers signed??Wilmer van der Gaast2011-06-12-1/+1
* More password paranoia: Allow omitting the identify/register password asWilmer van der Gaast2011-02-01-18/+45
* Some polishing/documentation for the "account add" without password hack.Wilmer van der Gaast2010-11-24-1/+7
* Allow omitting the password argument to "account add", to then separatelyWilmer van der Gaast2010-11-22-0/+11
* Merging mainline, which includes a huge msnp13 merge.Wilmer van der Gaast2010-10-02-0/+1
|\
| * Move whatsnew stuff into help.txt. Stop putting too much string contentWilmer van der Gaast2010-09-06-0/+1
* | Merge mainline stuff.Wilmer van der Gaast2010-08-31-0/+8
|\|
| * Fix /WHO on single nicks.Wilmer van der Gaast2010-08-25-0/+8
* | Added root_command_add() and use it to create the "otr" command.Wilmer van der Gaast2010-08-31-2/+2
|/
* OpenSolaris (non-gcc) fixes, patches from Dagobert Michelsen <dam@opencsw.org>Wilmer van der Gaast2010-08-07-1/+2
* For bug #660, add a /LIST command.Wilmer van der Gaast2010-08-04-0/+15
* Don't crash when trying to join a channel with an invalid name.Wilmer van der Gaast2010-07-28-5/+6
* Block CTCPs to channels instead of sending them as plain messages. MaybeWilmer van der Gaast2010-07-27-1/+5
* Move control channel autoconfiguration to irc_cmd_join() instead so that itWilmer van der Gaast2010-07-14-0/+24
* Fixed cleaning up of channels. Something broke when changing theWilmer van der Gaast2010-07-13-1/+1
* Allow nick changes if they're only different in capitalisation, fixedWilmer van der Gaast2010-07-08-4/+7
* Fix handling of outgoing CTCP ACTIONs.Wilmer van der Gaast2010-07-03-1/+1
* Support /NOTICE, although for now just to yourself - some IRC clients useWilmer van der Gaast2010-07-01-3/+15
* Allow joining multiple channels at once. Although BitlBee doesn't advertiseWilmer van der Gaast2010-06-28-21/+40
* Import chatrooms configured in older BitlBee versions. Settings are currentlyWilmer van der Gaast2010-06-27-1/+0
* Remember in which channel the user talked to someone and show responses inWilmer van der Gaast2010-06-26-1/+1
* More correct handling of channel names (according to RFC 1459). PrettyWilmer van der Gaast2010-06-16-46/+0
* Allow moving contacts around between groups. Works with at least Jabber,Wilmer van der Gaast2010-06-09-1/+3
* Restoring auto-identification using server password.Wilmer van der Gaast2010-06-07-1/+1
* Complete (hopefully) fix for nickname changes: Add flags to the identifyWilmer van der Gaast2010-06-07-0/+4
* Added /part msgs, and the ability to silently remove users from channelsWilmer van der Gaast2010-06-06-1/+1
* Chatroom improvements. Merged chatroom stub into normal chatroom stuff,Wilmer van der Gaast2010-06-05-3/+1
* Support for the /topic command.Wilmer van der Gaast2010-06-03-12/+13
* Just enough code to join named chatrooms again. This UI is *not* final, the "...Wilmer van der Gaast2010-05-14-0/+8
* No. Run the part handler from the IRC /PART command, not from irc_channel.c.Wilmer van der Gaast2010-05-09-1/+6
* Restored /invite for groupchats.Wilmer van der Gaast2010-05-08-14/+17
* Misc. cleanup. Also updated the Yahoo! module to deal with struct groupchatWilmer van der Gaast2010-05-08-2/+0
* Fixed *facepalm* memory management/scoping bug in /AWAY command.Wilmer van der Gaast2010-05-08-4/+2
* Restored classical control channel behaviour (the ability to talk toWilmer van der Gaast2010-05-02-0/+3
* Restored all remaining IRC commands that make some sense to have at thisWilmer van der Gaast2010-04-14-21/+27
* Restored a few more trivial commands including all the oper stuff.Wilmer van der Gaast2010-04-14-15/+13