Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-18 | Fixed some mysql queries | Adam | |
2010-11-07 | Fixed the OnPostCommand event overload in db_mysql | Adam | |
2010-10-31 | Fixed bug #1197 - Store vhosts in MySQL | Adam | |
2010-10-30 | Made gettext work on most OSs. Tested on Debian, FreeBSD, Gentoo, and Windows. | Adam | |
Added a search path option to the Config script for cmake to use when finding libraries for modules or for gettext. Fixed m_mysql and m_ssl to work under Windows, made the Windows Config program remember the last used options, and fixed Windows release builds. | |||
2010-10-27 | Do not store memo number in memo structs, fixes some bugs with deleting memos | Adam | |
2010-10-12 | Made the SQL tables use foriegn keys and references to each other, removed ↵ | Adam | |
many now unnecessary queries from db_mysql | |||
2010-10-11 | Fixed Windows build | Adam | |
2010-10-09 | Fixed bug #1196 - truncate anope_extra before flushing data into it again | Adam | |
2010-10-05 | Fixed two types in db_mysql | Adam | |
2010-10-04 | Attempt to write back the old mlock to the databases if we try and fail to ↵ | Adam | |
connect to the uplink. Because we may not know modes until after we are synced we could accidentally nuke all of the mlocks | |||
2010-10-01 | Rewrote some of the socket code to allow m_ssl to be a service. | Adam | |
This allows modules (xmlrpc) to create and accept SSL connections. Also fixed unloading m_mysql at certain times and made the threading engine always work correctly on Windows. | |||
2010-09-26 | Changed the language system to use gettext | Adam | |
2010-09-10 | Added Anope::CurTime to keep us from calling time() everywhere | Adam | |
2010-08-27 | Added a new logging system | Adam | |
2010-08-27 | Added an Anope::string::is_pos_number_only function to use everywhere we ↵ | Adam | |
convertTo unsigned values, and fixed the mail delay error message to give the correct time. | |||
2010-08-21 | Made Anope keep track of channels its clients are in if it splits from its ↵ | Adam | |
uplink, then burst them back to its uplink once connection is reestablished. Also made Anope use TS enforcement to change persistant channels creation time to the time they were registered. | |||
2010-08-17 | Always unload socketengines/database/protocl etc modules last, and fixed a ↵ | Adam | |
potential crash in m_mysql when unloading when not in GDB | |||
2010-08-17 | Fixed a few SQL queries | Adam | |
2010-08-17 | Rewrote the config reader to better handle invalid configs. | Adam | |
This prevents Anope from exploding when /os reload has errors. | |||
2010-08-15 | Rewrote the MySQL API to use threads. This acts similar to before, but is ↵ | Adam | |
faster. Removed db_mysql_execute for now. |