Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | degesch: further logging cleanup | Přemysl Janouch | 2015-06-28 | 1 | -50/+42 |
| | |||||
* | degesch: logging cleanup | Přemysl Janouch | 2015-06-28 | 1 | -57/+48 |
| | |||||
* | degesch: remove "ctx" from command handler args | Přemysl Janouch | 2015-06-28 | 1 | -76/+43 |
| | |||||
* | degesch: refactor logging | Přemysl Janouch | 2015-06-28 | 1 | -463/+429 |
| | | | | | | - everything coming from the server should be properly transcoded - most nicknames should be highlighted - some other minor changes here and there | ||||
* | degesch: finish implementation of rehashing | Přemysl Janouch | 2015-06-23 | 1 | -35/+64 |
| | | | | I can only hope it works. | ||||
* | degesch: partially implement rehashing | Přemysl Janouch | 2015-06-23 | 1 | -3/+74 |
| | |||||
* | degesch: stubplement casemapping changes | Přemysl Janouch | 2015-06-23 | 1 | -22/+29 |
| | |||||
* | degesch: NICK handling cleanup | Přemysl Janouch | 2015-06-23 | 1 | -44/+42 |
| | |||||
* | degesch: fix logging of NICK in PM buffers | Přemysl Janouch | 2015-06-22 | 1 | -2/+2 |
| | |||||
* | degesch: final fix for /query | Přemysl Janouch | 2015-06-22 | 1 | -1/+1 |
| | | | | rl_delete_text() didn't fix rl_point. | ||||
* | degesch: fix handling of buffer collisions | Přemysl Janouch | 2015-06-22 | 1 | -47/+62 |
| | |||||
* | youtube: use list comprehensions | Přemysl Janouch | 2015-06-22 | 1 | -4/+4 |
| | |||||
* | youtube: also print playlist info | Přemysl Janouch | 2015-06-22 | 1 | -78/+93 |
| | | | | The plugin has been rewritten to be a little bit cleaner. | ||||
* | degesch: fix /query | Přemysl Janouch | 2015-06-21 | 1 | -0/+2 |
| | | | | | It changed the buffer, which saved the state, which saved the line currently being processed (thanks Readline, so obvious). | ||||
* | degesch: fix /nick handling | Přemysl Janouch | 2015-06-21 | 1 | -6/+20 |
| | | | | | | | | | When the new nickname was lexicographically identical (for example User -> uSer), the whole thing broke down. In addition to that, we used to check if the new nickname exists and failed in that case. It _can_, however, exist. It just mustn't be us. | ||||
* | degesch: implement the rest of buffer merging | Přemysl Janouch | 2015-06-21 | 1 | -2/+33 |
| | |||||
* | degesch: show usage on /buffer move failure | Přemysl Janouch | 2015-06-21 | 1 | -2/+3 |
| | |||||
* | degesch: implement /buffer move | Přemysl Janouch | 2015-06-21 | 2 | -5/+42 |
| | |||||
* | 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 |
| | |||||
* | kike: get rid of "Reason omitted" | Přemysl Janouch | 2015-06-20 | 1 | -1/+1 |
| | | | | It was rather distracting and confusing. | ||||
* | 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 |
| | |||||
* | kike: send RPL_ISUPPORT in response to VERSION | Přemysl Janouch | 2015-06-19 | 1 | -10/+16 |
| | | | | Most servers do it. | ||||
* | 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 | 2 | -7/+33 |
| | |||||
* | 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 |
| | |||||
* | kike: fix changing channel modes | Přemysl Janouch | 2015-06-18 | 1 | -1/+1 |
| | |||||
* | degesch: cleanup | Přemysl Janouch | 2015-06-18 | 1 | -36/+16 |
| | |||||
* | kike: always allow IRCops to change channel modes | Přemysl Janouch | 2015-06-18 | 1 | -2/+2 |
| | |||||
* | 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 |
| |