aboutsummaryrefslogtreecommitdiffstats
path: root/irc.h
Commit message (Expand)AuthorAgeLines
...
* | | | | Restored /invite for groupchats.Wilmer van der Gaast2010-05-08-0/+1
* | | | | Always show normal contacts in &bitlbee, not just the first channel in theWilmer van der Gaast2010-05-08-0/+2
* | | | | Allow leaving groupchat channels.Wilmer van der Gaast2010-05-08-0/+3
* | | | | Restored support for outgoing messages. This code is all so much saner now..Wilmer van der Gaast2010-05-08-1/+1
* | | | | Starting to restore chatroom stuff. Only enough to create and be joinedWilmer van der Gaast2010-05-06-0/+1
* | | | | Show offline/away status better in /WHO and /WHOIS.Wilmer van der Gaast2010-05-04-0/+1
* | | | | Add irc_channel_printf() for slightly saner root messages from a randomWilmer van der Gaast2010-05-04-0/+1
* | | | | Restore away_devoice.Wilmer van der Gaast2010-05-03-0/+3
* | | | | Put a channel userlist in irc_channel_user elements so we can save flagsWilmer van der Gaast2010-05-03-1/+14
* | | | | Restored all remaining IRC commands that make some sense to have at thisWilmer van der Gaast2010-04-14-0/+1
* | | | | Merging loads of stuff from mainline.Wilmer van der Gaast2010-04-14-0/+4
|\ \ \ \ \ | | |_|_|/ | |/| | |
* | | | | Support for simple VERSION/PING CTCPs to root.Wilmer van der Gaast2010-04-13-0/+1
* | | | | Start handling CTCPs, in a saner way than before.Wilmer van der Gaast2010-04-12-0/+1
* | | | | Fixed cleanup issues when turning off an account. Also fixed syntax ofWilmer van der Gaast2010-04-12-1/+1
* | | | | Restore the storage module.Wilmer van der Gaast2010-04-10-0/+1
* | | | | Restored the rename command.Wilmer van der Gaast2010-04-04-1/+1
* | | | | Send nickname change notifications when necessary.Wilmer van der Gaast2010-04-04-1/+3
* | | | | Restored "account" root command and restored enough stuff to be able toWilmer van der Gaast2010-03-31-2/+3
* | | | | nogaim.c is close to doing something useful again without speaking any IRCWilmer van der Gaast2010-03-31-2/+0
* | | | | Restored multi-line message support.Wilmer van der Gaast2010-03-27-1/+2
* | | | | irc_usermsg() works a little bit again. Have to figure out how and whereWilmer van der Gaast2010-03-27-2/+10
* | | | | Added privmsg handlers to users/channels. root commands are coming back.Wilmer van der Gaast2010-03-27-3/+22
* | | | | /WHOWilmer van der Gaast2010-03-27-0/+1
* | | | | Mode stuff. Also disallow unsetting +R umode which was possible so farWilmer van der Gaast2010-03-27-6/+11
* | | | | Topic handling changes.Wilmer van der Gaast2010-03-27-2/+5
* | | | | Added WHOIS command.Wilmer van der Gaast2010-03-26-0/+3
* | | | | Added JOIN, NAMES and PART commands.Wilmer van der Gaast2010-03-26-0/+1
* | | | | Simple IRC channel interface, use it to represent the control channel.Wilmer van der Gaast2010-03-26-3/+28
* | | | | PING and QUIT work now, and adding some files that weren't checked in soWilmer van der Gaast2010-03-26-0/+1
* | | | | One total mess that doesn't do much yet, but reorganised some stuff andWilmer van der Gaast2010-03-26-47/+46
* | | | | Merging head.Wilmer van der Gaast2009-12-07-6/+2
|\| | | |
| * | | | /join can now be used to join chatrooms, join_chat should not be usedWilmer van der Gaast2008-08-31-1/+1
| * | | | Added chat.c to keep track of chatrooms the user cares about.Wilmer van der Gaast2008-08-30-5/+1
| | |_|/ | |/| |
* | | | merged in upstream r379 (somewhere after 1.2-3).ulim2008-04-14-1/+4
|\| | |
| * | | Changed charset handling: irc_t keeps two iconv structures, which are justWilmer van der Gaast2008-03-30-0/+1
| * | | Closing bug #209: The PASS command can now be used to identify yourselfWilmer van der Gaast2008-03-29-1/+3
| | |/ | |/|
* | | Merged with upstream r328ulim2008-02-15-1/+0
|\| |
| * | Added help_free() and cleaned up some very stale help-related stuff IWilmer van der Gaast2008-02-02-1/+0
| |/
* / Initial import of jabber file receive and DCC send support. This introducesulim2007-11-28-0/+1
|/
* Got rid of one HORRIBLE stupidity called chat_by_channel(), which stillWilmer van der Gaast2007-04-22-0/+1
* Implemented per-account nick lists instead of per-protocol nick lists.Wilmer van der Gaast2006-07-03-1/+1
* xml_save(), decent error handling and merging fixed autosaving.Wilmer van der Gaast2006-06-15-4/+4
|\
| * Converted irc->status to binary flags. (This also fixes auto-save-on-quitWilmer van der Gaast2006-06-15-4/+4
| |
| \
*-. | Merging from main development tree.Wilmer van der Gaast2006-05-26-5/+5
|\ \|
| | * Added G_GNUC_PRINTF(...) to definitions of functions that take formatWilmer van der Gaast2006-05-23-5/+5
| |/
* | irc_vawrite() now first attempts to write() immediately (because that'sWilmer van der Gaast2006-05-14-1/+0
* | Got rid of all GLib GIOChannel-related calls outside proxy.cWilmer van der Gaast2006-05-07-1/+0
|/
* Added a special +b usermode for easier parseability of some things.Wilmer van der Gaast2006-03-21-1/+1
* Renamed commands.c, got rid of return values in all command functions.Wilmer van der Gaast2006-01-20-4/+3
* Merging IPC branch, it's too different from the main code to keep itWilmer van der Gaast2006-01-20-4/+6
|\