Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | degesch: change arguments to handle_buffer_close() | Přemysl Janouch | 2015-06-21 | 1 | -6/+5 |
| | |||||
* | degesch: make highlights more obvious | Přemysl Janouch | 2015-06-21 | 1 | -1/+10 |
| | | | | Just the tiniest bit. | ||||
* | degesch: implement /buffer clear | Přemysl Janouch | 2015-06-21 | 1 | -1/+13 |
| | | | | At least somehow. | ||||
* | degesch: make buffer_send_*() accept a NULL buffer | Přemysl Janouch | 2015-06-20 | 1 | -47/+42 |
| | |||||
* | degesch: fix display of RPL_INVITING | Přemysl Janouch | 2015-06-20 | 1 | -0/+24 |
| | |||||
* | degesch: reset server info on disconnect | Přemysl Janouch | 2015-06-20 | 1 | -34/+60 |
| | |||||
* | degesch: add support for IRCv3.2 echo-message | Přemysl Janouch | 2015-06-20 | 1 | -8/+28 |
| | |||||
* | degesch: shuffle some code | Přemysl Janouch | 2015-06-20 | 1 | -38/+42 |
| | |||||
* | degesch: fix trivial user command handlers | Přemysl Janouch | 2015-06-20 | 1 | -2/+2 |
| | |||||
* | degesch: further cleanups | Přemysl Janouch | 2015-06-20 | 1 | -40/+29 |
| | |||||
* | degesch: fix invalid free() | Přemysl Janouch | 2015-06-20 | 1 | -1/+2 |
| | |||||
* | degesch: refactor user command handling | Přemysl Janouch | 2015-06-20 | 1 | -442/+397 |
| | | | | This was long overdue. | ||||
* | degesch: further cleanups | Přemysl Janouch | 2015-06-19 | 1 | -53/+44 |
| | |||||
* | degesch: get rid of some repeating code | Přemysl Janouch | 2015-06-19 | 1 | -118/+55 |
| | |||||
* | degesch: fix /join, /part, /cycle | Přemysl Janouch | 2015-06-19 | 1 | -29/+55 |
| | | | | Cycle now remembers the channel key. | ||||
* | degesch: allow specifying server in /disconnect | Přemysl Janouch | 2015-06-19 | 1 | -7/+13 |
| | |||||
* | degesch: update user command usages and comments | Přemysl Janouch | 2015-06-18 | 1 | -8/+6 |
| | |||||
* | degesch: fix /invite | Přemysl Janouch | 2015-06-18 | 1 | -7/+22 |
| | |||||
* | degesch: fix /whois, /whowas | Přemysl Janouch | 2015-06-18 | 1 | -4/+14 |
| | |||||
* | degesch: fix /mode after breaking it | Přemysl Janouch | 2015-06-18 | 1 | -4/+6 |
| | | | | The clean up was a bit thoughtless. | ||||
* | degesch: fix /ban, add /unban | Přemysl Janouch | 2015-06-18 | 1 | -28/+85 |
| | |||||
* | degesch: fix /kickban | Přemysl Janouch | 2015-06-18 | 1 | -4/+10 |
| | |||||
* | degesch: fix sending the reason in /kick | Přemysl Janouch | 2015-06-18 | 1 | -2/+7 |
| | |||||
* | degesch: cleanup | Přemysl Janouch | 2015-06-18 | 1 | -36/+16 |
| | |||||
* | degesch: fix /mode to work for user modes | Přemysl Janouch | 2015-06-18 | 1 | -11/+38 |
| | |||||
* | degesch: fix /mode on servers with +channels | Přemysl Janouch | 2015-06-17 | 1 | -2/+9 |
| | |||||
* | degesch: add /op, /deop, /voice, /devoice | Přemysl Janouch | 2015-06-17 | 1 | -1/+65 |
| | |||||
* | degesch: parse MODES from RPL_ISUPPORT | Přemysl Janouch | 2015-06-17 | 1 | -1/+17 |
| | |||||
* | degesch: add /stats | Přemysl Janouch | 2015-06-17 | 1 | -0/+17 |
| | |||||
* | degesch: fix highlights | Přemysl Janouch | 2015-06-16 | 1 | -1/+1 |
| | |||||
* | degesch: fix SOCKS failure handling | Přemysl Janouch | 2015-06-14 | 1 | -1/+1 |
| | |||||
* | degesch: ask for CAP multi-prefix, invite-notify | Přemysl Janouch | 2015-06-14 | 1 | -4/+47 |
| | |||||
* | degesch: process INVITE | Přemysl Janouch | 2015-06-10 | 1 | -0/+30 |
| | |||||
* | degesch: handle RPL_UMODEIS | Přemysl Janouch | 2015-06-10 | 1 | -0/+15 |
| | |||||
* | degesch: show channel prefixes in PRIVMSG lines | Přemysl Janouch | 2015-06-07 | 1 | -4/+38 |
| | |||||
* | degesch: shuffle code around | Přemysl Janouch | 2015-06-07 | 1 | -95/+94 |
| | |||||
* | degesch: sort modes on change | Přemysl Janouch | 2015-06-07 | 1 | -1/+7 |
| | |||||
* | degesch: further refactor MODE processing | Přemysl Janouch | 2015-06-07 | 1 | -57/+35 |
| | |||||
* | degesch: refactor MODE processing | Přemysl Janouch | 2015-06-07 | 1 | -51/+33 |
| | |||||
* | degesch: process user mode changes | Přemysl Janouch | 2015-06-07 | 1 | -11/+58 |
| | |||||
* | degesch: enable NAMESX if supported by server | Přemysl Janouch | 2015-06-07 | 1 | -0/+4 |
| | |||||
* | degesch: fix memory leak | Přemysl Janouch | 2015-06-07 | 1 | -8/+8 |
| | |||||
* | degesch: print server name in debug output | Přemysl Janouch | 2015-06-07 | 1 | -2/+8 |
| | |||||
* | degesch: fix memory leak | Přemysl Janouch | 2015-06-07 | 1 | -1/+2 |
| | |||||
* | degesch: process RPL_TOPICWHOTIME | Přemysl Janouch | 2015-06-07 | 1 | -0/+31 |
| | |||||
* | degesch: process RPL_CREATIONTIME | Přemysl Janouch | 2015-06-07 | 1 | -0/+37 |
| | |||||
* | degesch: parse RPL_CHANNELMODEIS | Přemysl Janouch | 2015-06-07 | 1 | -5/+32 |
| | |||||
* | degesch: fix logging empty QUIT/PART reasons | Přemysl Janouch | 2015-06-06 | 1 | -2/+4 |
| | |||||
* | degesch: request channel mode after joining | Přemysl Janouch | 2015-06-06 | 1 | -0/+3 |
| | |||||
* | degesch: show our own channel modes in prompt | Přemysl Janouch | 2015-06-06 | 1 | -1/+11 |
| |