Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Halfplement configuration writing | Přemysl Janouch | 2015-05-01 | 1 | -2/+88 |
| | |||||
* | Fix error reporting in configuration parsing | Přemysl Janouch | 2015-05-01 | 1 | -15/+64 |
| | |||||
* | Start writing a new configuration system | Přemysl Janouch | 2015-05-01 | 2 | -12/+596 |
| | | | | For degesch but in the long term for the rest as well. | ||||
* | Fix the LICENSE file | Přemysl Janouch | 2015-04-30 | 1 | -12/+12 |
| | | | | Somehow it got indented. | ||||
* | Rename project to uirc3 | Přemysl Janouch | 2015-04-30 | 8 | -37/+50 |
| | |||||
* | degesch: refactor for multiserver | Přemysl Janouch | 2015-04-30 | 1 | -459/+515 |
| | | | | Just some basic preparations before it becomes too costly. | ||||
* | degesch: further unfucking | Přemysl Janouch | 2015-04-29 | 1 | -49/+50 |
| | |||||
* | degesch: unfuck terminal attribute handling | Přemysl Janouch | 2015-04-29 | 1 | -70/+67 |
| | |||||
* | degesch: mark some issues | Přemysl Janouch | 2015-04-28 | 1 | -0/+4 |
| | |||||
* | kike: no more shooting ourselves in the foot | Přemysl Janouch | 2015-04-28 | 1 | -12/+1 |
| | | | | Just zero out the whole structure. | ||||
* | degesch: fix 8-bit input | Přemysl Janouch | 2015-04-28 | 1 | -2/+7 |
| | |||||
* | degesch: simplify formatter_flush() | Přemysl Janouch | 2015-04-28 | 1 | -21/+13 |
| | |||||
* | degesch: add a /nick command | Přemysl Janouch | 2015-04-27 | 1 | -1/+15 |
| | | | | Somehow I've missed it entirely. | ||||
* | degesch: fix typo | Přemysl Janouch | 2015-04-27 | 1 | -1/+1 |
| | |||||
* | degesch: make sure "You are now known..." works | Přemysl Janouch | 2015-04-27 | 1 | -1/+4 |
| | |||||
* | degesch: add fast buffer switching | Přemysl Janouch | 2015-04-27 | 1 | -1/+14 |
| | | | | When the user tries to M-n the same buffer, it switches to the last. | ||||
* | degesch: detect highlights and display differently | Přemysl Janouch | 2015-04-27 | 1 | -8/+65 |
| | |||||
* | degesch: imlement NOTICE handling | Přemysl Janouch | 2015-04-27 | 1 | -26/+77 |
| | |||||
* | degesch: log outcoming CTCPs | Přemysl Janouch | 2015-04-27 | 1 | -12/+33 |
| | |||||
* | degesch: reply to some CTCPs | Přemysl Janouch | 2015-04-27 | 1 | -8/+59 |
| | |||||
* | degesch: implement /me | Přemysl Janouch | 2015-04-26 | 1 | -5/+37 |
| | |||||
* | degesch: implement /list | Přemysl Janouch | 2015-04-26 | 1 | -3/+19 |
| | |||||
* | degesch: implement /ctcp, stubplement /me | Přemysl Janouch | 2015-04-26 | 1 | -4/+46 |
| | |||||
* | degesch: process CTCP in PRIVMSG | Přemysl Janouch | 2015-04-26 | 1 | -11/+55 |
| | | | | Finally we can display /me. | ||||
* | degesch: add a CTCP parser | Přemysl Janouch | 2015-04-26 | 1 | -0/+154 |
| | |||||
* | degesch: set the server buffer as default | Přemysl Janouch | 2015-04-26 | 1 | -1/+1 |
| | |||||
* | degesch: brevify /help with no arguments | Přemysl Janouch | 2015-04-26 | 1 | -13/+13 |
| | |||||
* | degesch: distinguish lines from other buffers | Přemysl Janouch | 2015-04-26 | 1 | -8/+29 |
| | |||||
* | degesch: little fixes | Přemysl Janouch | 2015-04-26 | 1 | -2/+2 |
| | |||||
* | degesch: add output text formatting | Přemysl Janouch | 2015-04-26 | 1 | -86/+384 |
| | |||||
* | degesch: encoding fixes | Přemysl Janouch | 2015-04-25 | 1 | -56/+69 |
| | | | | Shouldn't be totally broken anymore. | ||||
* | degesch: refactor logging a bit | Přemysl Janouch | 2015-04-25 | 1 | -77/+97 |
| | |||||
* | degesch: refactor handle_command_buffer() a bit | Přemysl Janouch | 2015-04-25 | 1 | -42/+41 |
| | |||||
* | degesch: print an extra line in /buffer list | Přemysl Janouch | 2015-04-25 | 1 | -0/+1 |
| | |||||
* | degesch: fix warnings | Přemysl Janouch | 2015-04-25 | 1 | -2/+2 |
| | |||||
* | degesch: finish the /help command | Přemysl Janouch | 2015-04-25 | 1 | -11/+24 |
| | |||||
* | degesch: print usage on command syntax failure | Přemysl Janouch | 2015-04-25 | 1 | -43/+40 |
| | |||||
* | degesch: refactor wrap_text() | Přemysl Janouch | 2015-04-25 | 1 | -66/+68 |
| | | | | It wasn't very readable. | ||||
* | degesch: remove cyclic dependency | Přemysl Janouch | 2015-04-25 | 1 | -39/+35 |
| | | | | Between users and channels. | ||||
* | degesch: memory management fixes | Přemysl Janouch | 2015-04-24 | 1 | -11/+18 |
| | | | | As well as a one serious bug in passing the completely wrong object. | ||||
* | degesch: fix a double-free | Přemysl Janouch | 2015-04-24 | 1 | -0/+1 |
| | |||||
* | degesch: better & working text wrapping | Přemysl Janouch | 2015-04-24 | 1 | -14/+49 |
| | | | | Now we respect word boundaries. | ||||
* | degesch: fix RPL_WELCOME user@host parsing | Přemysl Janouch | 2015-04-24 | 1 | -2/+2 |
| | |||||
* | degesch: less confusing function name | Přemysl Janouch | 2015-04-23 | 1 | -3/+3 |
| | |||||
* | degesch: refactor command handlers | Přemysl Janouch | 2015-04-23 | 1 | -65/+23 |
| | |||||
* | degesch: fix /query | Přemysl Janouch | 2015-04-23 | 1 | -20/+23 |
| | |||||
* | degesch: non-functional changes | Přemysl Janouch | 2015-04-23 | 1 | -3/+10 |
| | |||||
* | degesch: halfplement /msg, /query, /notice | Přemysl Janouch | 2015-04-23 | 1 | -55/+259 |
| | | | | Which involved some refactoring. | ||||
* | degesch: better message autosplit | Přemysl Janouch | 2015-04-23 | 1 | -13/+43 |
| | |||||
* | degesch: preliminary message autosplitting | Přemysl Janouch | 2015-04-22 | 1 | -4/+22 |
| |