aboutsummaryrefslogtreecommitdiff
path: root/degesch.c
Commit message (Collapse)AuthorAgeFilesLines
* degesch: clean up the async code a bitPřemysl Janouch2015-07-031-61/+81
|
* degesch: rewrite to use asynchronous I/OPřemysl Janouch2015-07-031-246/+450
|
* degesch: part channel on /buffer closePřemysl Janouch2015-07-021-2/+4
|
* degesch: fix /msg with CAP echo-messagePřemysl Janouch2015-06-291-9/+20
|
* degesch: add a #N format specifierPřemysl Janouch2015-06-291-20/+34
| | | | Fixes RPL_TOPICWHOTIME with some servers.
* degesch: mark an issue with CAP echo-messagePřemysl Janouch2015-06-281-1/+3
|
* degesch: reclaim more memory with ReadlinePřemysl Janouch2015-06-281-1/+9
|
* degesch: clean up log_formatter()Přemysl Janouch2015-06-281-8/+4
|
* degesch: reorder codePřemysl Janouch2015-06-281-72/+66
|
* degesch: don't put dashes in listingsPřemysl Janouch2015-06-281-18/+23
| | | | Just reflecting the behaviour of weechat.
* degesch: add an option to beep on highlightPřemysl Janouch2015-06-281-2/+8
|
* degesch: fix /ctcp with CAP echo-messagePřemysl Janouch2015-06-281-13/+26
|
* degesch: log self nick changes in server bufferPřemysl Janouch2015-06-281-0/+2
|
* degesch: further logging cleanupPřemysl Janouch2015-06-281-50/+42
|
* degesch: logging cleanupPřemysl Janouch2015-06-281-57/+48
|
* degesch: remove "ctx" from command handler argsPřemysl Janouch2015-06-281-76/+43
|
* degesch: refactor loggingPřemysl Janouch2015-06-281-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 rehashingPřemysl Janouch2015-06-231-35/+64
| | | | I can only hope it works.
* degesch: partially implement rehashingPřemysl Janouch2015-06-231-3/+74
|
* degesch: stubplement casemapping changesPřemysl Janouch2015-06-231-22/+29
|
* degesch: NICK handling cleanupPřemysl Janouch2015-06-231-44/+42
|
* degesch: fix logging of NICK in PM buffersPřemysl Janouch2015-06-221-2/+2
|
* degesch: final fix for /queryPřemysl Janouch2015-06-221-1/+1
| | | | rl_delete_text() didn't fix rl_point.
* degesch: fix handling of buffer collisionsPřemysl Janouch2015-06-221-47/+62
|
* degesch: fix /queryPřemysl Janouch2015-06-211-0/+2
| | | | | It changed the buffer, which saved the state, which saved the line currently being processed (thanks Readline, so obvious).
* degesch: fix /nick handlingPřemysl Janouch2015-06-211-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 mergingPřemysl Janouch2015-06-211-2/+33
|
* degesch: show usage on /buffer move failurePřemysl Janouch2015-06-211-2/+3
|
* degesch: implement /buffer movePřemysl Janouch2015-06-211-5/+33
|
* degesch: change arguments to handle_buffer_close()Přemysl Janouch2015-06-211-6/+5
|
* degesch: make highlights more obviousPřemysl Janouch2015-06-211-1/+10
| | | | Just the tiniest bit.
* degesch: implement /buffer clearPřemysl Janouch2015-06-211-1/+13
| | | | At least somehow.
* degesch: make buffer_send_*() accept a NULL bufferPřemysl Janouch2015-06-201-47/+42
|
* degesch: fix display of RPL_INVITINGPřemysl Janouch2015-06-201-0/+24
|
* degesch: reset server info on disconnectPřemysl Janouch2015-06-201-34/+60
|
* degesch: add support for IRCv3.2 echo-messagePřemysl Janouch2015-06-201-8/+28
|
* degesch: shuffle some codePřemysl Janouch2015-06-201-38/+42
|
* degesch: fix trivial user command handlersPřemysl Janouch2015-06-201-2/+2
|
* degesch: further cleanupsPřemysl Janouch2015-06-201-40/+29
|
* degesch: fix invalid free()Přemysl Janouch2015-06-201-1/+2
|
* degesch: refactor user command handlingPřemysl Janouch2015-06-201-442/+397
| | | | This was long overdue.
* degesch: further cleanupsPřemysl Janouch2015-06-191-53/+44
|
* degesch: get rid of some repeating codePřemysl Janouch2015-06-191-118/+55
|
* degesch: fix /join, /part, /cyclePřemysl Janouch2015-06-191-29/+55
| | | | Cycle now remembers the channel key.
* degesch: allow specifying server in /disconnectPřemysl Janouch2015-06-191-7/+13
|
* degesch: update user command usages and commentsPřemysl Janouch2015-06-181-8/+6
|
* degesch: fix /invitePřemysl Janouch2015-06-181-7/+22
|
* degesch: fix /whois, /whowasPřemysl Janouch2015-06-181-4/+14
|
* degesch: fix /mode after breaking itPřemysl Janouch2015-06-181-4/+6
| | | | The clean up was a bit thoughtless.
* degesch: fix /ban, add /unbanPřemysl Janouch2015-06-181-28/+85
|