Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | degesch: refactoring | Přemysl Janouch | 2015-06-05 | 1 | -12/+15 | |
| | ||||||
* | degesch: correctly update user prefixes | Přemysl Janouch | 2015-06-05 | 1 | -26/+30 | |
| | ||||||
* | degesch: hack together preliminary MODE parsing | Přemysl Janouch | 2015-06-05 | 1 | -3/+168 | |
| | ||||||
* | degesch: store channel modes differently | Přemysl Janouch | 2015-06-04 | 1 | -5/+37 | |
| | ||||||
* | degesch: parse CHANMODES in RPL_ISUPPORT | Přemysl Janouch | 2015-06-03 | 1 | -2/+39 | |
| | | | | We're going to need that to parse MODE changes. | |||||
* | degesch: process RPL_NAMREPLY modes properly | Přemysl Janouch | 2015-06-03 | 1 | -4/+13 | |
| | | | | Updating information in "channel_user" when needed. | |||||
* | degesch: fix processing RPL_NAMREPLY | Přemysl Janouch | 2015-06-03 | 1 | -1/+1 | |
| | ||||||
* | degesch: show RPL_NAMREPLY contents | Přemysl Janouch | 2015-06-03 | 1 | -0/+19 | |
| | ||||||
* | degesch: log the channel topic after joining | Přemysl Janouch | 2015-06-02 | 1 | -0/+23 | |
| | ||||||
* | degesch: try to log lines in more specific buffers | Přemysl Janouch | 2015-06-02 | 1 | -12/+43 | |
| | ||||||
* | degesch: cleanup wrt. quitting | Přemysl Janouch | 2015-06-02 | 1 | -27/+16 | |
| | ||||||
* | degesch: add & use strncasecmp_ascii() | Přemysl Janouch | 2015-06-02 | 1 | -2/+2 | |
| | ||||||
* | degesch: clean up complete_nicknames() | Přemysl Janouch | 2015-06-02 | 1 | -7/+15 | |
| | | | | Using new irc_server_strncmp() instead of fnmatch(). | |||||
* | degesch: add & use irc_server_strcmp() | Přemysl Janouch | 2015-06-02 | 1 | -2/+11 | |
| | ||||||
* | degesch: fix typo | Přemysl Janouch | 2015-06-01 | 1 | -1/+1 | |
| | ||||||
* | degesch: make use of values from RPL_ISUPPORT | Přemysl Janouch | 2015-06-01 | 1 | -5/+4 | |
| | ||||||
* | degesch: don't compare buffer names using rfc1459 | Přemysl Janouch | 2015-06-01 | 1 | -2/+2 | |
| | ||||||
* | degesch: parse more of RPL_ISUPPORT | Přemysl Janouch | 2015-06-01 | 1 | -21/+111 | |
| | ||||||
* | degesch: properly unescape RPL_ISUPPORT values | Přemysl Janouch | 2015-05-30 | 1 | -1/+26 | |
| | ||||||
* | degesch: some basic RPL_ISUPPORT parsing | Přemysl Janouch | 2015-05-25 | 1 | -9/+51 | |
| | ||||||
* | degesch: actually update the list of channel users | Přemysl Janouch | 2015-05-25 | 1 | -2/+32 | |
| | ||||||
* | degesch: halfplement RPL_NAMES processing | Přemysl Janouch | 2015-05-24 | 1 | -13/+49 | |
| | ||||||
* | degesch: fix crash in the logger | Přemysl Janouch | 2015-05-23 | 1 | -1/+1 | |
| | | | | Invalid arguments for the format string. | |||||
* | degesch: parse and use RPL_USERHOST | Přemysl Janouch | 2015-05-22 | 1 | -3/+45 | |
| | ||||||
* | degesch: show mode changes | Přemysl Janouch | 2015-05-21 | 1 | -1/+43 | |
| | ||||||
* | degesch: add support for server passwords | Přemysl Janouch | 2015-05-20 | 1 | -0/+8 | |
| | ||||||
* | degesch: naively implement the unimplemented | Přemysl Janouch | 2015-05-19 | 1 | -12/+111 | |
| | ||||||
* | degesch: naively implement a few user commands | Přemysl Janouch | 2015-05-18 | 1 | -9/+184 | |
| | | | | | | /mode, /topic, /kick, /kickban, /ban, /invite It's all a bit messy and needs some rewriting. | |||||
* | degesch: implement /cycle | Přemysl Janouch | 2015-05-17 | 1 | -1/+38 | |
| | ||||||
* | degesch: fix sending the reason in /part | Přemysl Janouch | 2015-05-17 | 1 | -3/+8 | |
| | ||||||
* | degesch: don't cache reconnect configuration | Přemysl Janouch | 2015-05-16 | 1 | -13/+7 | |
| | | | | Also make sure the delay isn't negative. | |||||
* | degesch: avoid crashing on null user info | Přemysl Janouch | 2015-05-16 | 1 | -40/+41 | |
| | ||||||
* | degesch: more multiserver preparations | Přemysl Janouch | 2015-05-16 | 1 | -94/+188 | |
| | | | | Almost done now. | |||||
* | degesch: fix typo | Přemysl Janouch | 2015-05-16 | 1 | -2/+2 | |
| | ||||||
* | degesch: unindent some code | Přemysl Janouch | 2015-05-16 | 1 | -26/+20 | |
| | ||||||
* | degesch: prepare buffers for multiserver | Přemysl Janouch | 2015-05-15 | 1 | -8/+13 | |
| | | | | By making them unique among all servers. | |||||
* | degesch: actually use buffer_add() | Přemysl Janouch | 2015-05-15 | 1 | -4/+5 | |
| | ||||||
* | degesch: allow /quote when not registered | Přemysl Janouch | 2015-05-15 | 1 | -1/+1 | |
| | ||||||
* | degesch: rework registration | Přemysl Janouch | 2015-05-15 | 1 | -47/+63 | |
| | | | | Also fixed the annoying reconnect bug. | |||||
* | degesch: send PINGs with a timestamp | Přemysl Janouch | 2015-05-15 | 1 | -1/+1 | |
| | | | | | | | | Instead of a username which is of no use to us. Maybe some servers require the argument to be a target but the purpose of this message is mainly to detect a failed connection at all, and that happens way faster when you send some data. | |||||
* | degesch: factor out irc_get_or_make_user() | Přemysl Janouch | 2015-05-15 | 1 | -5/+10 | |
| | ||||||
* | degesch: prevent playing with unknown options | Přemysl Janouch | 2015-05-14 | 1 | -3/+7 | |
| | ||||||
* | degesch: irc_{host,port} -> addresses | Přemysl Janouch | 2015-05-14 | 1 | -52/+109 | |
| | | | | Now you can finally specify multiple addresses to connect to. | |||||
* | degesch: input_set_prompt() can be called whenever | Přemysl Janouch | 2015-05-12 | 1 | -0/+5 | |
| | ||||||
* | degesch: refresh prompt on dis/connection | Přemysl Janouch | 2015-05-12 | 1 | -0/+3 | |
| | ||||||
* | degesch: remove an outdated TODO comment | Přemysl Janouch | 2015-05-12 | 1 | -4/+0 | |
| | ||||||
* | Silence GCC | Přemysl Janouch | 2015-05-12 | 1 | -1/+1 | |
| | ||||||
* | degesch: now we do formatting with M-m | Přemysl Janouch | 2015-05-12 | 1 | -48/+121 | |
| | ||||||
* | degesch: add a FIXME | Přemysl Janouch | 2015-05-12 | 1 | -0/+1 | |
| | ||||||
* | degesch: actually support mIRC italics | Přemysl Janouch | 2015-05-12 | 1 | -0/+2 | |
| |