Age | Commit message (Expand) | Author |
2002-02-13 | PARAM_FLAG_OPTCHAN_NAME check didn't work properly and it was always | Timo Sirainen |
2002-02-12 | missed isxdigit() -> i_isxdigit() change | Timo Sirainen |
2002-02-10 | Added IRSSI_GLOBAL_CONFIG as well | Timo Sirainen |
2002-02-10 | added #define IRSSI_HOME_CONFIG | Timo Sirainen |
2002-02-10 | Removed some old backwards compatibility code. | Timo Sirainen |
2002-02-07 | only the first of --home / --config parameters were parsed, which broke eg. | Timo Sirainen |
2002-02-07 | '-' option as last parameter didn't work (eg. /LAST -) | Timo Sirainen |
2002-02-07 | Set objects ->type = 0 when freeing to make sure we notice immediately if | Timo Sirainen |
2002-02-04 | printtext(): you can now specify server target with tag name instead of | Timo Sirainen |
2002-02-03 | Server referencing in /EVAL really should have checked if the server wasn't | Timo Sirainen |
2002-02-03 | target_type for "/MSG *" wasn't set properly. | Timo Sirainen |
2002-02-03 | Added target_type to send_message(), -channel and -nick parameters to /MSG | Timo Sirainen |
2002-02-03 | Added missing #include | Timo Sirainen |
2002-02-03 | A bit more safer now to use /EVAL with a command that disconnects from | Timo Sirainen |
2002-02-03 | Added PARAM_FLAG_OPTCHAN_NAME which is like PARAM_FLAG_OPTCHAN, but doesn't | Timo Sirainen |
2002-02-02 | Comments are now allowed everywhere in config files. | Timo Sirainen |
2002-02-01 | added some pointer casting to get rid of warnings with some compilers. | Timo Sirainen |
2002-01-30 | /CONNECT and /SERVER crashed without parameters | Timo Sirainen |
2002-01-29 | ..and of course I broke IPv4 net_gethostbyname() with it :) | Timo Sirainen |
2002-01-29 | OK, looks like I was doing stupid things with IPv6 hostname lookups :) Back | Timo Sirainen |
2002-01-29 | net_gethostbyname() fix for ipv6. | Timo Sirainen |
2002-01-28 | Fixed a few minor memleaks. Don't use g_strdup() in lib-popt because it may | Timo Sirainen |
2002-01-28 | Don't change the "wanted nick" when receiving NICK event from server, unless | Timo Sirainen |
2002-01-27 | toupper(), tolower(), isspace(), is..etc..() aren't safe with chars in some | Timo Sirainen |
2002-01-26 | Added -rawlog <file> option to /CONNECT and /SERVER, so you can get the | Timo Sirainen |
2002-01-25 | /SERVER ADD -noproxy wasn't saved to config | Timo Sirainen |
2002-01-24 | /SERVER ADD: added -noproxy option and -proxy which just removes the | Timo Sirainen |
2002-01-24 | Fixed a small memory leak when connected to same network twice. | Timo Sirainen |
2002-01-22 | last commit was only partial :) | Timo Sirainen |
2002-01-22 | Never reconnect immediately to server when server is being disconnected - | Timo Sirainen |
2002-01-22 | Added /SET proxy_string_after setting which gets sent after NICK/USER, bnc | Timo Sirainen |
2002-01-20 | Added -before and -after options to /LASTLOG. You can also use | Timo Sirainen |
2002-01-20 | Autosaving settings and autoflushing write buffer might have stopped from | Timo Sirainen |
2002-01-19 | Added -noproxy option to /CONNECT and /SERVER. | Timo Sirainen |
2002-01-15 | Removed module_data from NICK_REC. It's not used for anything and just takes ... | Timo Sirainen |
2002-01-12 | Settings names are now case-insensitive. | Timo Sirainen |
2002-01-11 | Whops, didn't actually fix the connection_lost :) | Timo Sirainen |
2002-01-11 | When commands were being parsed, the currectly active server should have been... | Timo Sirainen |
2002-01-08 | Changed level HILIGHT -> HILIGHTS. | Timo Sirainen |
2002-01-04 | the same #ifdef { parsing problem.. | Timo Sirainen |
2002-01-04 | moved the two { chars inside #ifdef #else #endif to one { outside it, so it w... | Timo Sirainen |
2002-01-04 | Use static arrays, so it works with non-ansi C compilers. | Timo Sirainen |
2002-01-02 | server_disconnect() should do nothing if you call it twice, especially it | Timo Sirainen |
2001-12-31 | Accidentally had committed a debug thing. | Timo Sirainen |
2001-12-20 | Added WINDOW_REC declaration to common.h, removed unneeded #include "servers.... | Timo Sirainen |
2001-12-16 | Leading zeros didn't work well in IRSSI_VERSION_TIME. | Timo Sirainen |
2001-12-15 | Added $versiontime and Irssi::version_time() | Timo Sirainen |
2001-12-15 | IRSSI_VERSION_DATE is now a number, so you can do #iffing with it | Timo Sirainen |
2001-12-14 | net_listen(): when socket() failed because we tried to use IPv6, we should | Timo Sirainen |
2001-12-14 | Added reference counting to server record. At least now we don't accidentally | Timo Sirainen |