summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-09-30Remove unused anope_set_mod_current_buffer(), noted by Naram.Robin Burchell w00t@inspircd.org
2008-09-30Merge commit 'trunk' into anopengRobin Burchell w00t@inspircd.org
2008-09-30Fix linker errors due to missing symbols at run-time.Robin Burchell w00t@inspircd.org
2008-09-30Remove cmd_nick in favour of cmd_bot_nick.Robin Burchell w00t@inspircd.org
2008-09-30Initialise everything properly to avoid crashes. Also, fix a prototype to fix...Robin Burchell w00t@inspircd.org
2008-09-30Add MODULE_INIT to all modules, fix a few various crashes.Robin Burchell w00t@inspircd.org
2008-09-30Add MODULE_INIT workaround for modules, so they are loadable. Inspired by Ins...Robin Burchell w00t@inspircd.org
2008-09-30Fix makefile a bit.Robin Burchell w00t@inspircd.org
2008-09-30Store UID for services pseudoclients inside BotInfo. This will be used instea...Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_jupe() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_server() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_eob() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_swhois() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_svspart() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_svsjoin() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_ctcp() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Fix compiler error caused by removal of unassign() from w00t.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_svid_umode3() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_svid_umode2() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_nc_change() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_svid_umode() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_svsmode_chan() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_unban() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_sgline() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_szline() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_unszline() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_unsgline() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_release_svshold() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_svshold() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_connect() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_vhost_on() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_svsnick() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_chg_nick() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_svso() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_squit() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_sqline() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_global() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_part() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_invite() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_unsqline() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_join() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_pong() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_quit() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Unbreak bot assigning, also call event in the unassign function, rather than ...Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_bot_chan_mode() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_serv_privmsg() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Move some stuff to BotInfo methods.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_serv_notice() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added globaltldprefix to IRCDVar struct, for use in the upcoming cmd_serv_not...Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_notice() function to IRCDProtoNew class. (Replaces cmd_notice2)Robin Burchell w00t@inspircd.org