Age | Commit message (Expand) | Author |
2008-01-21 | Remove .cvsignore files. | Emanuele Giaquinta |
2007-05-08 | Oops. Update address correctly now. | Wouter Coekaerts |
2007-05-08 | Update FSF address | Wouter Coekaerts |
2006-03-26 | Removed all srand calls and added a single srand invokation in at startup | Jochen Eisinger |
2006-03-25 | prefixed all calls to rand() with a call to srand(time(NULL)), so we get | Jochen Eisinger |
2002-01-27 | toupper(), tolower(), isspace(), is..etc..() aren't safe with chars in some | Timo Sirainen |
2001-12-10 | Netsplit saved the NICK_REC, but didn't save the dynamically allocated strings | Timo Sirainen |
2001-11-05 | Moved $(GLIB_CFLAGS) after -I includes, to make sure our own .h files get bef... | Timo Sirainen |
2001-11-02 | compile fix - patch by manoj@io.com | Timo Sirainen |
2001-08-14 | Added missing module_register() calls. | Timo Sirainen |
2001-07-15 | Added --home and --config command line parameters to irssi to specify | Timo Sirainen |
2001-01-01 | Added/moved several "typedef struct _XXX XXX;" to common.h so that | Timo Sirainen |
2000-12-05 | Server events: switched order of data and server parameters. it's now | Timo Sirainen |
2000-12-05 | bot & proxy plugins fixed for GIOChannel changes | Timo Sirainen |
2000-11-26 | config changes, CONFIG_REC is now required parameter for | Timo Sirainen |
2000-11-23 | more changes from int xx:1 to unsigned int xx:1 | Timo Sirainen |
2000-10-02 | Added -avoid-version options and disable-static for SILC module. | Timo Sirainen |
2000-09-29 | minor updates | Timo Sirainen |
2000-08-26 | Lots of moving stuff around - hopefully I didn't break too much :) | Timo Sirainen |
2000-08-23 | fix | Timo Sirainen |
2000-08-22 | HAS_MODE_ARG() wasn't updated here yet.. | Timo Sirainen |
2000-08-16 | plugin -> module | Timo Sirainen |
2000-07-10 | Enabled lots of GCC warnings, fixed those that were easy to fix. | Timo Sirainen |
2000-06-18 | Changed option handling in /commands. Irssi will now complain about | Timo Sirainen |
2000-06-12 | CTCP msgs/replies stops the "event privmsg" or "event notice" signals now | Timo Sirainen |
2000-06-04 | 0.7.90 released. | Timo Sirainen |
2000-05-29 | Sending files through botnet works. | Timo Sirainen |
2000-05-29 | bugfixes | Timo Sirainen |
2000-05-29 | User changes are sent to botnet. Botnet commands are automatically sent | Timo Sirainen |
2000-05-25 | If we couldn't connect to any of our uplinks, wait for 5 minutes and | Timo Sirainen |
2000-05-25 | Added bot plugin, it also has almost-functional botnet. | Timo Sirainen |