summaryrefslogtreecommitdiffstats
path: root/pysignals.c
Commit message (Collapse)AuthorAgeFilesLines
* directory structure changeChristopher Davis2006-08-121-805/+0
| | | | git-svn-id: http://svn.irssi.org/repos/irssi-python@4312 dbcabf3a-b0e7-0310-adc4-f8d773084564
* worked on formats. working on themes now; testing adding functions and ↵Christopher Davis2006-07-031-18/+19
| | | | | | methods to objects git-svn-id: http://svn.irssi.org/repos/irssi-python@4295 dbcabf3a-b0e7-0310-adc4-f8d773084564
* added support for timeouts/IO sourcesChristopher Davis2006-06-281-17/+104
| | | | git-svn-id: http://svn.irssi.org/repos/irssi-python@4294 dbcabf3a-b0e7-0310-adc4-f8d773084564
* working on new provision for constants and changed sig2code scriptChristopher Davis2006-06-261-0/+1
| | | | git-svn-id: http://svn.irssi.org/repos/irssi-python@4292 dbcabf3a-b0e7-0310-adc4-f8d773084564
* worked more on signals. added signal emit, signal register, Christopher Davis2006-06-251-27/+227
| | | | | | | | | unregister, cmd unbind, signal remove. Needs testing. Need to find a better way of dealing with constants, too. git-svn-id: http://svn.irssi.org/repos/irssi-python@4291 dbcabf3a-b0e7-0310-adc4-f8d773084564
* Worked more on signal handler. Got variable signalsChristopher Davis2006-06-241-28/+104
| | | | | | | | | | working (IE: event *) Still need to get signal emit, register, unregister, cmd unbind, sig remove and a few others. git-svn-id: http://svn.irssi.org/repos/irssi-python@4290 dbcabf3a-b0e7-0310-adc4-f8d773084564
* Began work on signal handler/map system. It seems to be working;Christopher Davis2006-06-231-59/+404
| | | | | | | | | | | | | however, events with varying <cmd> text aren't handled because it does a straight lookup in the hashtable with the signal name to locate the argument list. Will need to change the system to accomodate the <cmd> events. The basics for reference arg support is there but not well tested. git-svn-id: http://svn.irssi.org/repos/irssi-python@4289 dbcabf3a-b0e7-0310-adc4-f8d773084564
* initial importChristopher Davis2006-06-191-0/+95
git-svn-id: http://svn.irssi.org/repos/irssi-python@4282 dbcabf3a-b0e7-0310-adc4-f8d773084564