Age | Commit message (Expand) | Author |
2000-11-10 | Don't change client's nick every time someone else changes nick.. | Timo Sirainen |
2000-11-09 | "NOTIFY" was missing from syntax | Timo Sirainen |
2000-11-09 | let actions pass through the proxy to clients, they're not "real" CTCPs.. | Timo Sirainen |
2000-11-09 | ping/pong was broken again, hope this now _finally_ works :) | Timo Sirainen |
2000-11-09 | I had broken the /names list.. :) | Timo Sirainen |
2000-11-09 | Use ircnet name as the proxy's "real address". | Timo Sirainen |
2000-11-09 | One final fix for ping/pong | Timo Sirainen |
2000-11-09 | fix to ping/pong handling :) | Timo Sirainen |
2000-11-09 | When sending /NAMES after join: Don't send lines longer than 512 chars - | Timo Sirainen |
2000-11-09 | Hide IRSSILAG notices from clients | Timo Sirainen |
2000-11-09 | PING from client wasn't handled correctly. | Timo Sirainen |
2000-11-09 | /SET activity_level, /SET hilight_level .. which message levels should | Timo Sirainen |
2000-11-09 | when finding window for item, prefer empty windows that don't have | Timo Sirainen |
2000-11-08 | level_get() didn't check ambiguous commands correctly - dcc always failed | Timo Sirainen |
2000-11-08 | nick changes were buggy | Timo Sirainen |
2000-11-07 | minor speed enhance | Timo Sirainen |
2000-11-07 | minor cleanups | Timo Sirainen |
2000-11-07 | Updated stristr() and stristr_full() to be a bit faster. | Timo Sirainen |
2000-11-07 | Regexp ignores are now compiled when they're created, not every time | Timo Sirainen |
2000-11-06 | Connecting to proxy when server connection was down didn't work correctly. | Timo Sirainen |
2000-11-06 | Proxy plugin fixes and cleanups. Supports now multiple servers, doesn't | Timo Sirainen |
2000-11-05 | Wallop format fixes | Timo Sirainen |
2000-11-04 | rejoin timeout 1min -> 5min | Timo Sirainen |
2000-11-04 | added small sanity check | Timo Sirainen |
2000-11-04 | Fixed lag checking when nick was just being changed. | Timo Sirainen |
2000-11-04 | Removed useless part of code. | Timo Sirainen |
2000-11-02 | privmsg fixes | Timo Sirainen |
2000-11-02 | fixed notices in theme. | Timo Sirainen |
2000-11-02 | small "fix" | Timo Sirainen |
2000-10-30 | Moved the ISA defines from .pm to irssi code, so that non-irc protocols | Timo Sirainen |
2000-10-29 | long word handling fixes | Timo Sirainen |
2000-10-29 | Don't indent the next line when long word is split. Also we try not to | Timo Sirainen |
2000-10-28 | Some fixes. | Timo Sirainen |
2000-10-28 | Cleaned up printtext.c, split part of it to formats.c | Timo Sirainen |
2000-10-28 | /SET log_theme - you can now write to log files with different theme | Timo Sirainen |
2000-10-28 | Updated new default.theme to module-formats files. | Timo Sirainen |
2000-10-28 | Compress colors. | Timo Sirainen |
2000-10-28 | Some fixes for handling %n | Timo Sirainen |
2000-10-27 | Support for templates in theme files. | Timo Sirainen |
2000-10-27 | use sigaction() instead of signal(). With some OSes the signal handler | Timo Sirainen |
2000-10-27 | A simple /EXEC command by Tinuk. | Timo Sirainen |
2000-10-27 | Automatic appending of .pl to script name didn't work for file names | Timo Sirainen |
2000-10-27 | If nick isn't found from channel (for whatever reason), print the nick | Timo Sirainen |
2000-10-27 | signal_stop(); signal_emit("same signal", ...); didn't work. other way | Timo Sirainen |
2000-10-26 | Win32 updates | Timo Sirainen |
2000-10-26 | Some fixes for compiling with Win32 :) | Timo Sirainen |
2000-10-22 | Add the server specific functions immediately after the server | Timo Sirainen |
2000-10-22 | Fixed glib warning with autologging and queries. | Timo Sirainen |
2000-10-22 | Wildcards didn't with /OP (/DEOP, /VOICE, etc.) if there was more than | Timo Sirainen |
2000-10-22 | Key bindings weren't loaded at startup correctly. | Timo Sirainen |