Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-12 | Properly support notices to prefix'd users on a channel | Derp Derpingston | |
Instead of hardcoding this behavior for @, +, and %, fetch the list of mode prefixes from the server's state and look for one of those instead. Closes #977 | |||
2014-04-06 | Add account to Join event | TingPing | |
Also reorganizes some logic. The account will usually be NULL unless extended-join capability enabled. Closes #934 | |||
2014-04-02 | Add marker-line functionality for scrollback, instant seek. | RichardHitt | |
Fixes #662. | |||
2014-03-24 | Improve handling scrollback when gui_tab_server==FALSE | RichardHitt | |
Fixes #925. | |||
2014-01-30 | Now make_ping_time() in common/util.c returns the time in milliseconds instead | Diogo Sousa | |
of microseconds. In fe_set_lag(serv, lag) the lag argument is now in milliseconds as well. Fixes #758. | |||
2014-01-12 | Support numeric 908 | TingPing | |
2014-01-08 | Fix warnings | TingPing | |
2014-01-08 | Rewrite dns command | TingPing | |
- Cross platform - Doesn't depend on external tools | |||
2013-12-27 | Properly request server-time when it's the only cap | TingPing | |
Closes #862 | |||
2013-11-17 | Fix crash with negative timestamp in banlist | TingPing | |
Closes #841 | |||
2013-11-01 | Don't auto unmark away when getting znc playback | TingPing | |
2013-10-22 | fix another warning | TingPing | |
2013-10-20 | Fix SASL on some networks | TingPing | |
2013-10-20 | Ignore nick prefix when splitting NAMES reply | TingPing | |
2013-10-20 | Only split NAMES reply if server supports userhost-in-names | TingPing | |
2013-10-18 | Add support for userhost-in-names capability | TingPing | |
2013-10-17 | Add option to auto +x on connect | TingPing | |
2013-10-17 | Respect use global flag with SASL | TingPing | |
2013-09-23 | Strip trailing space from CAP REQ | TingPing | |
Mentioned in #770 | |||
2013-09-07 | Implement BLOWFISh, AES, and EXTERNAL SASL mechanisms | TingPing | |
Closes #657 | |||
2013-08-26 | Handle incoming messages from yourself | TingPing | |
These are common for users of bouncers, private messages still need to be handled. | |||
2013-08-10 | And free connect command.. | TingPing | |
2013-08-10 | Only replace variables in connect commands | TingPing | |
2013-07-11 | Fix requesting sasl multiple times | TingPing | |
2013-06-28 | Also support znc.in/server-time-iso | TingPing | |
2013-06-28 | Added preferences options to enable the server-time extension when available. | Diogo Sousa | |
(Internationalization messages missing.) | |||
2013-06-28 | A few messages missing regarding server-time. | Diogo Sousa | |
2013-06-28 | Now inbound_cap_ls() can enable extensions when a bouncer uses a namespace for | Diogo Sousa | |
the extension server-time. | |||
2013-06-28 | server-time for all numerical messages. | Diogo Sousa | |
2013-06-28 | server-time supported in all named servermsg: ping, error, notice and | Diogo Sousa | |
authenticate. The only thing left to do for server-time are the numeric messages. | |||
2013-06-28 | Organized cap inbound code in inbound.c instead of proto-irc.c. | Diogo Sousa | |
2013-06-28 | server-time supported in most named messages. | Diogo Sousa | |
2013-06-28 | First step towards message tags extension support | Diogo Sousa | |
(see http://ircv3.atheme.org/specification/message-tags-3.2). In particular this commit implements a (very) dummy implementation sketch of the server-time extension (see http://ircv3.atheme.org/specification/message-tags-3.2 and #499). | |||
2013-06-09 | Emit FOUNDIP in server session | TingPing | |
2013-06-03 | treat banlist event as a generic list event (for quiets etc) | TingPing | |
2013-05-19 | Login type cleanup | Berke Viktor | |
2013-05-18 | Fix text event for erroneous nicks | Berke Viktor | |
2013-05-18 | Fix prototype, return value is used by joindelay_tag | Berke Viktor | |
2013-05-17 | Respect irc_join_delay if connect command set | TingPing | |
2013-05-17 | Add support for QuakeNet /CHALLENGEAUTH, remove legacy /AUTH | Berke Viktor | |
2013-05-16 | Make sure the created favchannel instances have a NULL key when the ↵ | Berke Viktor | |
session's key is empty | |||
2013-05-15 | Fix reconnect keys | Berke Viktor | |
2013-05-15 | Cosmetics | Berke Viktor | |
2013-05-15 | Fix autojoins for sessions | Berke Viktor | |
2013-05-15 | Change prototype | Berke Viktor | |
2013-05-14 | Fix warnings | Berke Viktor | |
2013-05-14 | Fix initial autojoins and some erroneous copies/frees | Berke Viktor | |
2013-05-13 | Use macros instead of raw numbers for login type | Berke Viktor | |
2013-05-12 | Fix favorite channels except in inbound.c | Berke Viktor | |
2013-05-11 | Fix connect commands | Berke Viktor | |